amirrzUSDC in Solana is mostly removed from where
    Updated 2022-10-06
    select
    ADDRESS_NAME as Exchange, sum(amount) as Total_Amount
    from
    solana.core.fact_transfers t,solana.core.dim_labels l
    where
    t.TX_FROM = l.address
    and
    mint= 'EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v' group by 1 order by 2 DESC limit 10
    Run a query to Download Data