mlhtotal nfl
Updated 2022-07-05
9
1
2
3
4
5
6
7
8
9
›
⌄
select
sum(price) as "price",
case when marketplace = 'A.e4cf4bdc1751c65d.AllDay' then 'AllDay'
when marketplace = 'A.329feb3ab062d289.NFL_NFT'then 'NFL'
end as nflallday_market
from flow.core.fact_nft_sales
where nft_collection like '%AllDay%'
and tx_succeeded = 'TRUE'
group by 2
Run a query to Download Data