FatemeTheLadyNative-ETH-Price
    Updated 2024-11-02
    select p.*
    -- trunc(p.hour, 'day') as date,
    -- avg(p.price) as avg_price
    from
    ethereum.price.ez_prices_hourly p
    where
    p.symbol = 'ETH'
    and p.is_native = 'TRUE'
    and date(p.hour) >= '2023-01-01'
    --group by
    -- date
    --order by
    -- date desc
    QueryRunArchived: QueryRun has been archived