PierandreaCollections Composition - Rarity
    Updated 2023-06-08
    SELECT
    RARITY,
    COUNT(DISTINCT(LEFT(NFT_ASSET_NAME,6))) AS COLLECTIBLES
    FROM algorand.nft.ez_nft_metadata_fifa

    GROUP BY 1
    ORDER BY 2 ASC
    Run a query to Download Data