sakineh5021-nIQRzBprice_ether
    Updated 2022-03-23
    SELECT avg(price) as PRi, symbol , cast(hour as date )
    from ethereum.token_prices_hourly
    where cast(hour as date ) = '2022-03-21'
    and (Symbol ='DAI' or Symbol ='MIM' or Symbol = 'ETH')
    group by 2 , 3

    limit 20
    Run a query to Download Data