Tobi_1standard-maroon
    Updated 2024-09-21
    SELECT
    COUNT(TX_ID) AS total_transaction_volume
    FROM
    flow.core.fact_transactions;
    WHERE
    BLOCK_TIMESTAMP >= DATEADD(day, -30, CURRENT_DATE());

    QueryRunArchived: QueryRun has been archived