flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Donovan Mitchell
LittlerData
Donovan Mitchell
Updated 2022-10-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
,
count
(
distinct
s
.
tx_id
)
,
sum
(
price
)
,
player
from
flow
.
core
.
ez_nft_sales
s
join
flow
.
core
.
dim_topshot_metadata
m
on
s
.
nft_id
=
m
.
nft_id
where
player
=
'Donovan Mitchell'
group
by
1
,
4
Results
Run a query to Download Data