SalehUntitled Query
    Updated 2022-07-19
    select
    count(tx_id) as tx_count
    ,count(SELLER)
    ,count(BUYER)
    ,
    from flow.core.fact_nft_sales
    and TX_SUCCEEDED=true
    limit 100
    Run a query to Download Data