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
DannyS712
.
Toggle Highlighting
SQL
SELECT cl_from, COUNT(*) AS '# Categories', page.page_title FROM categorylinks LEFT JOIN page ON cl_from = page.page_id WHERE cl_from IN (SELECT cl_from FROM categorylinks WHERE cl_to = 'All_uncategorized_pages') AND cl_to NOT LIKE 'All_%' AND cl_to NOT LIKE 'Pages_%' AND cl_to NOT LIKE '%rticles%' AND cl_to NOT LIKE '%_stubs' AND cl_to NOT LIKE '%deletion%' AND cl_to NOT LIKE '%_Wikidata' AND cl_to NOT LIKE '%category%' AND cl_to NOT LIKE '%missing%' AND cl_to NOT LIKE '%_from_%' AND cl_to NOT LIKE 'CS1_%' AND cl_to NOT LIKE '%template%' AND page_namespace = 0 GROUP BY cl_from
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...