Tobi_1political-maroon
    Updated 2024-08-03
    SELECT COUNT(*) AS total_transactions
    FROM base.core.fact_transactions
    WHERE BLOCK_TIMESTAMP >= DATEADD(day, -30, CURRENT_TIMESTAMP);
    QueryRunArchived: QueryRun has been archived