mattkstewNFL All Day 1
    Updated 2022-06-30
    select
    date_trunc('day', block_timestamp),
    sum(price)
    from flow.core.fact_nft_sales
    where split(nft_collection,'.')[2] like 'AllDay'
    group by 1

    Run a query to Download Data