mattkstewTop 100 Proposals by Votes With Proposal Text
    Updated 2022-08-12
    select
    PROPOSAL_TITLE,
    PROPOSAL_ID,
    PROPOSAL_TEXT,
    count(*)

    from ethereum.core.ez_snapshot
    group by 1,2 , 3
    order by 4 DESC
    limit 100
    Run a query to Download Data