permaryadjacent-apricot
    Updated 2024-10-15
    SELECT
    date(block_timestamp) as date,
    status
    from polygon.core.fact_transactions
    where block_timestamp between '2024-01-01' and '2024-10-01'
    group by date,status
    order by date
    limit 20
    QueryRunArchived: QueryRun has been archived