rajsUntitled Query
    Updated 2022-06-10
    SELECT
    token,
    max(timestamp)
    from flow.core.fact_prices
    -- where token ilike '%dapper labs%'
    group by 1
    order by 2 desc
    -- limit 3
    Run a query to Download Data