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
Achim55
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT CONCAT('# [[:Category:', REPLACE(p1.page_title,'_',' '), ']]') AS cat1, cl1.cl_to FROM page p1 INNER JOIN templatelinks tl1 ON tl1.tl_from = p1.page_id AND tl1.tl_namespace = 10 AND tl1.tl_title IN ('Category_redirect', 'Cat_redirect', 'Cat-red', 'Cat-redirect', 'Category_Redirect', 'Categoryredirect', 'Catredir', 'Catredirect', 'Redirect_cat', 'Redirect_category', 'See_cat', 'Seecat') RIGHT JOIN categorylinks cl1 ON cl1.cl_from = p1.page_id AND cl1.cl_to != 'Category_redirects' WHERE p1.page_namespace = 14 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...