mahdir007Untitled Query
    Updated 2022-09-08
    SELECT ethereum.uniswapv3.ez_lp_actions.BLOCK_TIMESTAMP, ethereum.uniswapv3.ez_lp_actions.TX_HASH, ethereum.uniswapv3.ez_lp_actions.TOKEN0_PRICE, ethereum.uniswapv3.ez_lp_actions.TOKEN1_PRICE
    FROM ethereum.uniswapv3.ez_lp_actions
    INNER JOIN ethereum.uniswapv3.ez_position_collected_fees ON ethereum.uniswapv3.ez_lp_actions.TX_HASH = ethereum.uniswapv3.ez_position_collected_fees.TX_HASH
    WHERE ethereum.uniswapv3.ez_lp_actions.BLOCK_TIMESTAMP > '2021-07-10 22:04:15'
    ORDER BY ethereum.uniswapv3.ez_lp_actions.BLOCK_TIMESTAMP

    -- 7/10/2021 10:04:15 PM
    Run a query to Download Data