angel09-SK3z3aSwap Program Swapper and Swaps
    Updated 2022-10-15
    select count(distinct tx_id) as swap_count , count(distinct swapper) as swapper_count , swap_program from solana.core.fact_swaps
    where SUCCEEDED='TRUE' and block_timestamp::date >='2022-10-11'
    group by swap_program
    Run a query to Download Data