saty_here2023-07-10 05:58 PM
    Updated 2023-07-10
    SELECT
    block_id as Transaction_Count,
    BLOCK_TIMESTAMP
    -- COUNT(block_id) as number_of_transactions
    From
    solana.core.fact_transactions
    WHERE
    BLOCK_TIMESTAMP >= '2023-05-05 15:40:28.000'


    Run a query to Download Data