mattkstewnothing
Updated 2022-09-03Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
›
⌄
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