sakineh5021-nIQRzBUntitled Query
    Updated 2022-03-23
    SELECT cast(hour as date) , avg(price) ,symbol
    from ethereum.token_prices_hourly_v2

    group by 1 , 3

    limit 20
    Run a query to Download Data