flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Round 2 Part 3
mattkstew
Round 2 Part 3
Updated 2022-09-21
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select
player
,
play_type
,
sum
(
price
)
,
avg
(
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
play_type
like
'{{Play_Type}}'
group
by
1
,
2
Results
Run a query to Download Data