flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Near
rajs
Near
Updated 2022-11-01
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
-- *
-- count(distinct block_author),
block_author
,
count
(
*
)
as
block
,
sum
(
count
(
*
)
)
over
(
)
as
total
,
count
(
*
)
/
sum
(
count
(
*
)
)
over
(
)
*
100
as
pct
from
near
.
core
.
fact_blocks
group
by
1
order
by
2
desc
-- limit 3
Results
Run a query to Download Data