dannerCopy of Untitled Query
    Updated 2022-08-04
    select
    count(block_timestamp)
    from
    ethereum.core.fact_transactions
    where
    block_timestamp::date like '%2022-06-%'::date
    Run a query to Download Data