flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Governance Grind 2
mattkstew
Governance Grind 2
Updated 2023-01-24
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
with
tab1
as
(
select
voter
,
count
(
distinct
proposal_id
)
as
votes
from
terra
.
core
.
fact_governance_votes
where
proposal_id
in
(
3796
,
3795
,
3794
,
3665
,
3619
)
group
by
1
)
select
avg
(
votes
)
,
median
(
votes
)
,
max
(
votes
)
from
tab1
Results
Run a query to Download Data