shahdadi-9ptm8Ytransaction in solana
    Updated 2022-07-10
    select
    block_timestamp::date as date,case when succeeded='TRUE' THEN 'TRUE' else 'false' end as type,count(tx_id),count(distinct signers[0])
    from solana.core.fact_transactions where date>= current_date - 365
    group by date,type
    Run a query to Download Data