Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Nettrom
.
Using the page assessment tables available in some wikis, count the number of pages per project and list the top 25 projects in descending order.
Toggle Highlighting
SQL
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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...