mo115Untitled Query
    Updated 2022-06-19
    select Date_trunc('day', HOUR) as date,
    (sum(PRICE)/count(price)) as CRO
    from ethereum.core.fact_hourly_token_prices
    where SYMBOL = 'CRO'
    group by 1
    Run a query to Download Data