niloUntitled Query
    Updated 2022-10-14
    SELECT
    play_type,
    sum(total_circulation) as in_circulation
    from flow.core.dim_topshot_metadata
    GROUP BY 1
    Run a query to Download Data