Josh956Untitled Query
    Updated 2022-11-14
    select project_name, count(project_name) as "Project Count"
    from near.core.ez_nft_mints
    where block_timestamp>current_date-14
    group by 1
    order by 2 DESC
    limit 5
    Run a query to Download Data