intellidegent2023-01-17 05:47 PM
    Updated 2023-01-17
    select distinct(left(block_timestamp,10)) as "col"
    from ethereum.chainlink.ez_oracle_feeds
    where feed_category = 'Cryptocurrency (USD pairs)'
    and feed_name = 'MATIC / USD'
    order by "col"
    Run a query to Download Data