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 enwiki_p; (SELECT CONCAT ('# [[', REPLACE (wp.page_title, '_', ' '), ']]') AS wpage, CONCAT ('→ [[:c:', REPLACE (iwl_title, '_', ' '), ']]') AS commonscat FROM iwlinks INNER JOIN page wp ON wp.page_id = iwl_from WHERE iwl_prefix ='commons' AND wp.page_namespace = 0 AND iwl_title = 'Category:') #get incomplete links UNION (SELECT CONCAT ('# [[', REPLACE (wp.page_title, '_', ' '), ']]') AS wpage, CONCAT ('→ [[:c:', REPLACE (iwl_title, '_', ' '), ']]') AS commonscat FROM iwlinks INNER JOIN page wp ON wp.page_id = iwl_from INNER JOIN commonswiki_p.page cp ON CONCAT('Category:',cp.page_title) = iwl_title INNER JOIN commonswiki_p.categorylinks ccl ON ccl.cl_from = cp.page_id WHERE iwl_prefix ='commons' AND wp.page_namespace = 0 AND iwl_title LIKE 'Category:%' AND cp.page_namespace = 14 AND (cp.page_is_redirect = 1 OR ccl.cl_to = 'Category_redirects') ) ORDER BY wpage 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...