khanhSolana Total transaction in the last month
    Updated 2022-09-16
    select count(*) as txns_count from solana.core.fact_transactions
    where succeeded = true
    and block_timestamp::date >= current_date - interval '{{ months}} months'
    Run a query to Download Data