nitsUntitled Query
    Updated 2022-09-08
    -- SELECT * from solana.core.fact_swaps
    -- where swap_from_mint ilike 'DUSTawucrTsGU8hcqRdHDCbuYhCPADMLM2VcCb8VnFnQ'
    SELECT *, f.value:mint from solana.core.fact_transactions t, table(flatten(pre_token_balances)) f
    where tx_id = '5SrDiqWTH27qCBXq2KQmVmsFHUzDn9jmFAALLi3oSr84qsePa7fzCMhKnyUq5RHnJXBB2Taus4iJVvA2HhoQKEYq'
    LIMIT 100
    Run a query to Download Data