Updated 2022-10-07

    select sum(t.amount) as inflow_amount, tx_from
    from solana.core.fact_transfers t,solana.core.dim_labels l
    where t.tx_from = l.address
    and mint='EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v'
    group by 2
    order by 1 DESC
    limit 9
    Run a query to Download Data