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
AntiCompositeNumber
.
Toggle Highlighting
SQL
SELECT CONCAT("WP:", wp.page_title), wpr.rd_namespace, wpr.rd_title, CONCAT("MOS:", mos.page_title), mosr.rd_namespace, mosr.rd_title FROM page wp JOIN redirect wpr ON wp.page_id = wpr.rd_from AND wp.page_namespace = 4 AND wp.page_is_redirect = 1 JOIN page mos ON wp.page_title = mos.page_title AND mos.page_namespace = 126 AND mos.page_is_redirect = 1 JOIN redirect mosr ON mos.page_id = mosr.rd_from WHERE ((mosr.rd_namespace != wpr.rd_namespace) OR (mosr.rd_title != wpr.rd_title))
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...