0xBlackfish2023-05-19 12:58 AM
    Updated 2023-05-23
    select count(*)
    from solana.core.fact_transactions t
    where
    date(t.block_timestamp) = date('2023-04-19')
    and t.succeeded
    Run a query to Download Data