mz0111hubble 1
    Updated 2022-10-10
    --credit to alik110
    select count (distinct tx_id) as TX_Count,
    count (distinct signers[0]) as Users_Count
    from solana.core.fact_transactions
    where instructions[0]:programId = 'HubbLeXBb7qyLHt3x7gvYaRrxQmmgExb7fCJgDqFuB6T'
    and succeeded = 'TRUE'
    Run a query to Download Data