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 p1.page_title FROM page AS p1 LEFT JOIN categorylinks AS cl1 ON cl1.cl_from = p1.page_id AND cl1.cl_to <> 'Údržba:Články_k_úpravě' WHERE p1.page_namespace = 0 AND cl1.cl_from IS NULL LIMIT 10
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...