superflyUntitled Query
    Updated 2022-07-13
    with ALL_COUNT as ( select DISTINCT pool_ids[0],min(date_trunc('DAY',block_timestamp)) AS date
    from osmosis.core.fact_swaps
    where block_timestamp between '2022-05-01' and '2022-7-13'
    group by 1 )SELECT count(2) FROM ALL_COUNT
    Run a query to Download Data