Updated 2023-02-18
    select count(*) as transaction_count,
    count(distinct from_address) as acc_count
    from arbitrum.core.fact_transactions
    where --STATUS='SUCCESS' and
    block_timestamp between '2023-01-01' and '2023-02-10'
    Run a query to Download Data