flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Query 5
camp
Query 5
Updated 2022-07-13
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'month'
,
block_timestamp
::
date
)
,
count
(
1
)
from
solana
.
core
.
fact_transactions
where
block_timestamp
::
date
between
'2022-02-01'
and
'2022-02-28'
and
succeeded
=
TRUE
group
by
1
order
by
1
desc
Results
Run a query to Download Data