flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
vote 6
Azin
vote 6
Updated 2023-02-01
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
select
count
(
distinct
(
CHAIN_ID
)
)
as
chain_number
,
count
(
distinct
(
PROPOSER
)
)
as
proposers
,
count
(
distinct
(
PROPOSAL_ID
)
)
as
number
,
count
(
distinct
(
PROPOSAL_TYPE
)
)
as
type
,
number
/
proposers
from
terra
.
classic
.
ez_gov_submit_proposal
Results
Run a query to Download Data