sakineh5021-nIQRzBUntitled Query
    SELECT POOL_NAME ,D.platform, count(DISTINCT D.from_address) as user_num
    from ethereum.dex_swaps D
    where swap_date >'2021-07-01'
    and platform = 'sushiswap'
    group by 1 ,2

    Run a query to Download Data