flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
snap2
kimmayyer-5963
snap2
Updated 2022-08-08
Copy Reference
Fork
9
1
2
3
4
›
⌄
select
voter
,
count
(
distinct
(
id
)
)
,
count
(
distinct
(
voter
)
)
,
count
(
distinct
(
proposal_id
)
)
,
count
(
distinct
(
proposal_author
)
)
,
count
(
distinct
(
space_id
)
)
from
ethereum
.
core
.
ez_snapshot
group
by
1
order
by
2
desc
limit
20
Results
Run a query to Download Data