mucrypto2024-03-14 01:07 AM
    Updated 2024-08-05
    select
    count(distinct proposal_id)
    -- date_trunc('month', proposal_start_time) as "Month",
    -- count(distinct voter) as "Votes",
    -- sum("Votes") over (order by "Month") as "Total Votes Over Time"
    from external.snapshot.ez_snapshot
    where space_id = 'celernetwork.eth'
    QueryRunArchived: QueryRun has been archived