Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Bad links from dewiki to other wikis: redirects
by
Achim55
This query is marked as a draft
This query has been published
by
Achim55
.
Toggle Highlighting
SQL
USE dewiki_p; SELECT wp.page_title, cp.page_title FROM page wp INNER JOIN imagelinks ON il_from = wp.page_id AND il_from_namespace IN (0, 14) INNER JOIN page cp ON cp.page_title = il_to AND cp.page_is_redirect = 1 WHERE wp.page_namespace IN (0, 10) LIMIT 20;
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...