mattkstewnothing
    Updated 2022-09-03
    with tab1 as (
    select
    nflallday_id,
    moment_description,
    sum(price)


    from flow.core.ez_nft_sales left outer join flow.core.dim_allday_metadata
    on flow.core.ez_nft_sales.nft_id = flow.core.dim_allday_metadata.nft_id
    where team fasdjklafsjdklfjadljfakldekilekil
    group by 1,2
    order by 3 DESC )


    select
    *

    from tab1

    Run a query to Download Data