Fork of
zhwiki: cross ns redirects
by Xiplus
This query is marked as a draft
This query has been published
by Xiplus.
SQL
AخA
SELECT rd_from, page_namespace, page_title, rd_namespace, rd_title
FROM redirect
LEFT JOIN page ON rd_from = page_id
WHERE (page_namespace = 0 AND (
page_title LIKE "MOS:%"
OR page_title LIKE "LTA:%"
OR page_title LIKE "NC:%"
OR page_title LIKE "NT:%"
))
AND rd_namespace != 4
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.