shaunoffTest Parameterized Query copy
    Updated 2023-09-26
    select
    *
    from
    ethereum.core.fact_transactions
    WHERE block_timestamp > '{{start_date}}'
    limit
    {{param}}
    Run a query to Download Data