flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
NBA Playoff Usage
Navid
NBA Playoff Usage
Updated 2022-06-26
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select
date
(
BLOCK_TIMESTAMP
)
as
Transaction_Date
,
count
(
distinct
TX_ID
)
as
Transactions_Count
from
flow
.
core
.
fact_transactions
group
by
date
(
BLOCK_TIMESTAMP
)
order
by
date
(
BLOCK_TIMESTAMP
)
Results
Run a query to Download Data