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
Blahma
.
Extension of [[Special:UncategorizedPages]] to cover also cases when article is only categorized due to the fact it lacks proper categorization or needs other maintenance (such as is in category "Údržba:Články k úpravě" or in category "Pahýly").
Toggle Highlighting
SQL
USE cswiki_p; SELECT page_title FROM page JOIN categorylinks AS cl1 ON cl1.cl_from = page_id WHERE page_namespace = 0 AND cl1.cl_to = 'Údržba:Články_k_úpravě' AND NOT EXISTS (SELECT 1 FROM categorylinks AS cl2 WHERE cl2.cl_from = page_id AND cl2.cl_to <> 'Údržba:Články_k_úpravě') ORDER BY page_title
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...