Mrfti2024-03-08 11:41 AM
    Updated 2024-03-08
    SELECT
    recorded_hour as "Hour",
    avg (close) as "Price"
    from solana.price.fact_token_prices_hourly
    where symbol = 'JUP'
    GROUP by 1
    order by 1
    QueryRunArchived: QueryRun has been archived