cyphersolana failed tx
    Updated 2022-09-21
    select count(*) as n_transactions,
    case succeeded
    when 'TRUE' then 'success'
    when 'FALSE' then 'failed'
    end as status
    from solana.core.fact_transactions
    where block_timestamp >= '2022-6-20'
    group by status
    Run a query to Download Data