flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
osmosis 5
mattkstew
osmosis 5
Updated 2023-01-14
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
osmosis
.
core
.
fact_governance_votes
group
by
1
)
select
avg
(
votes
)
,
median
(
votes
)
,
max
(
votes
)
from
tab1
Results
Run a query to Download Data