mo115daily_active_users copy
    Updated 2024-03-14
    -- forked from defi_funds1 / daily_active_users @ https://flipsidecrypto.xyz/defi_funds1/q/AwzepHB6RDa7/daily_active_users

    SELECT
    count(DISTINCT tx_hash) AS daily_active_users

    FROM polygon.defi.ez_dex_swaps
    WHERE Date(block_timestamp) BETWEEN '2023-09-16' AND '2024-03-14'


    QueryRunArchived: QueryRun has been archived