yasmin-n-d-r-hall transection in flow
    Updated 2022-06-25
    Select
    block_timestamp::date as date,
    count(distinct tx_id) as all_transection_on_flow
    From flow.core.fact_transactions
    Where block_timestamp::date <'2022-06-25'
    Group by 1
    order by 1 ASC
    Run a query to Download Data