OneDataAnalystQuery2: Solana Proposal Votes Table Updates
    Updated 2023-02-07
    Select
    MIN(BLOCK_TIMESTAMP) AS Min_time,
    MIN(BLOCK_ID) AS Min_block,
    MAX(BLOCK_TIMESTAMP) AS MAX_time,
    MAX(BLOCK_ID) AS MAX_block
    FROM solana.core.fact_proposal_votes
    Run a query to Download Data