Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
~
by
Achim55
This query is marked as a draft
This query has been published
by
Estopedist1
.
Toggle Highlighting
SQL
#USE stop; USE commonswiki_p; SELECT CONCAT('# [[:Category:', REPLACE(cl_to,'_',' '), ']]') FROM page fp INNER JOIN categorylinks ON cl_from = fp.page_id AND cl_to LIKE 'Media_needing_category_review_as_of%' AND NOT EXISTS (SELECT 1 FROM page cp WHERE cp.page_namespace = 14 AND cp.page_title = cl_to) GROUP BY cl_to LIMIT 100;
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...