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
.
pages linking to redirects
Toggle Highlighting
SQL
#USE stopthisrun; (SELECT CONCAT ('# [[', REPLACE (enp.page_title, '_', ' '), ']]') AS enpage, CONCAT ('[[:c:', REPLACE (eniwl.iwl_title, '_', ' '), ']]') AS commonscat FROM enwiki_p.iwlinks eniwl INNER JOIN enwiki_p.page enp ON enp.page_id = eniwl.iwl_from WHERE eniwl.iwl_prefix ='commons' AND enp.page_namespace = 0 #temporarily AND eniwl.iwl_title = 'Category:') UNION (SELECT CONCAT ('# [[', REPLACE (enp.page_title, '_', ' '), ']]') AS enpage, CONCAT ('[[:c:', REPLACE (eniwl.iwl_title, '_', ' '), ']]') AS commonscat FROM enwiki_p.iwlinks eniwl INNER JOIN enwiki_p.page enp ON enp.page_id = eniwl.iwl_from INNER JOIN commonswiki_p.page cop ON CONCAT('Category:',cop.page_title) = eniwl.iwl_title RIGHT JOIN commonswiki_p.categorylinks cocl ON cocl.cl_from = cop.page_id WHERE eniwl.iwl_prefix ='commons' AND enp.page_namespace = 0 #temporarily AND eniwl.iwl_title LIKE 'Category:%' AND cop.page_namespace = 14 AND (cop.page_is_redirect = 1 OR cocl.cl_to = 'Category_redirects') ) ORDER BY enp.page_title LIMIT 1000;
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...