flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
satisfactory-tomato
kento
satisfactory-tomato
Updated 2024-11-01
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
DAY
(
BLOCK_TIMESTAMP_HOUR
)
AS
day
,
SUM
(
TRANSACTION_COUNT
)
AS
total_transactions
FROM
sei
.
stats
.
ez_core_metrics_hourly
WHERE
BLOCK_TIMESTAMP_HOUR
>=
'2024-10-01'
AND
BLOCK_TIMESTAMP_HOUR
<
'2024-11-01'
GROUP
BY
day
ORDER
BY
day
;
Results
QueryRunArchived: QueryRun has been archived