Updated 2022-11-13
    select count(*) , sum(GAS_USED), count(distinct TX_FROM) , to_date(block_timestamp) from osmosis.core.fact_transactions
    where TX_STATUS='SUCCEEDED' and to_date(block_timestamp) > '2022-11-01' and to_date(block_timestamp)!=CURRENT_DATE
    group by to_date(block_timestamp)
    Run a query to Download Data