ArioWhen we only have a few letters of an address
    Updated 2025-03-07
    select
    *
    from solana.defi.ez_dex_swaps
    where swapper ilike '8bZsrR5%' -- The first few characters of an address
    and block_timestamp between '2025-02-10' and '2025-02-20' -- Filter date
    order by block_timestamp asc
    limit 10




    QueryRunArchived: QueryRun has been archived