campf1
Updated 2022-11-14Copy Reference Fork
9
1
2
3
4
5
6
7
›
⌄
select
count (distinct tx_id) as TX_Count,
count (distinct delegator) as Users_Count,
count (distinct node_id) as Nodes_Count
from flow.core.ez_staking_actions
where tx_succeeded = 'TRUE' and BLOCK_TIMESTAMP::date<CURRENT_DATE
Run a query to Download Data