--Find all the Uniswap pools where people can swap Ethereum for the DAI stablecoin, and sort the pools by fee tier.
SELECT * FROM uniswapv3.pool_stats
--WHERE (pool_name LIKE '%DAI-WETH%' OR pool_name LIKE '%WETH-DAI%') AND
--block_timestamp > '2022-03-12'