superflyUntitled Query
    Updated 2022-09-18
    select date_trunc('day', block_timestamp) as day, count(*) as ETH_Uniswap_count
    from ethereum.uniswapv3.ez_swaps---س
    where token1_symbol like '%ETH%'
    and block_timestamp>='2022-03-03'
    group by 1
    Run a query to Download Data