victory2023-06-04 05:26 PM
    Updated 2023-06-04
    --SELECT COUNT(*) AS transaction_count
    --FROM transactions
    --WHERE YEAR(timestamp) = 2023;

    SELECT *
    FROM ethereum.core.fact_transactions
    LIMIT 100
    Run a query to Download Data