mo1152023-12-21 10:46 PM
    Updated 2023-12-21
    select date(block_timestamp) as date,
    count(distinct BLOCK_NUMBER)
    from aptos.core.fact_blocks
    where
    block_timestamp::date >= '2023-11-15'

    group by 1
    QueryRunArchived: QueryRun has been archived