MLDZMNblock3
Updated 2022-07-27Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
›
⌄
select
'Polygon' as blockchain,
avg(TX_COUNT) as average_txn
from polygon.core.fact_blocks
union all
select
'FLOW' as blockchain,
avg(TX_COUNT) as average_txn
from flow.core.fact_blocks
union all
select
'Solana' as blockchain,
avg(TX_COUNT) as average_txn
from solana.core.fact_blocks
Run a query to Download Data