simscryptNumber of platform
    Updated 2024-08-17
    SELECT COUNT (distinct platform_name) AS no_of_platform
    FROM polygon.nft.ez_nft_sales
    WHERE date (block_timestamp) >= '2024-07-01'

    QueryRunArchived: QueryRun has been archived