psydickProposal 446
    Updated 2022-11-27
    select vote_option_text, count(*) as number_of_votes
    from terra.core.fact_governance_votes
    where proposal_id = 446
    group by 1


    limit 100
    Run a query to Download Data