mo115Untitled Query
    Updated 2022-07-03
    select SPLIT_PART(NFT_COLLECTION , '.', 3)
    from flow.core.fact_nft_sales
    group by 1
    order by 1
    Run a query to Download Data