aycg2024-02-14 04:24 PM
    SELECT project_name,Price_usd FROM ethereum.nft.ez_nft_sales
    WHERE project_name = 'Women Rise'
    ORDER BY Price_usd DESC
    LIMIT 10;

    SELECT * FROM ethereum.nft.ez_nft_sales
    ORDER BY Price_usd DESC
    LIMIT 10;

    Run a query to Download Data