flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Untitled Query
danner
Untitled Query
Updated 2021-08-27
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
count
(
case
when
price
is
null
then
1
end
)
as
price_null
,
count
(
case
when
price_usd
is
null
then
1
end
)
as
price_usd_null
,
count
(
case
when
tx_currency
is
null
then
1
end
)
as
tx_currenct_null
from
ethereum
.
nft_events
Results
Run a query to Download Data