rahoTotal Votes
Updated 2024-10-14
9
1
2
3
4
5
6
7
›
⌄
select
count(distinct proposal_title)
from ethereum.core.ez_snapshot
where space_id = 'opcollective.eth'
-- and proposal_title != '%Test%'
-- and proposal_title != 'Final test'
-- and proposal_title != 'Test Proposal'
QueryRunArchived: QueryRun has been archived