Eman-RazTotal sales volume of different nft collection
    Updated 2022-11-08
    select sum(price) as sales_volume, split_part(nft_collection, '.', '3')
    from flow.core.fact_nft_sales
    group by 2
    order by 1 DESC





    Run a query to Download Data