PierandreaUntitled Query
    Updated 2022-12-11
    with dropx as (SELECT DISTINCT (DROP_NUMBER) as Drops
    FROM algorand.nft.ez_nft_metadata_fifa)

    SELECT
    count(Drops)
    from dropx
    Run a query to Download Data