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 pagelinks ON pl_from = wp.page_id INNER JOIN page cp ON cp.page_title = pl_title WHERE wp.page_namespace IN (0, 14) AND pl_from_namespace IN (0, 14) AND pl_namespace = 6 AND cp.page_namespace = 6 AND cp.page_is_redirect = 1 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...