Afonso_DiazGrouping services
    Updated 2024-11-20
    select
    blockchain,
    count(distinct tx_hash) as transactions
    from
    crosschain.olas.fact_service_events
    where block_timestamp >= '2024-01-01'

    group by 1

    QueryRunArchived: QueryRun has been archived