This query is marked as a draft This query has been published by Nettrom.

SQL

x
 
SELECT pap_project_id, pap_project_title , count(1) AS num_pages FROM page_assessments_projects JOIN page_assessments ON pap_project_id = pa_project_id GROUP BY pap_project_id ORDER BY count(1) DESC LIMIT 25;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...