This query is marked as a draft This query has been published by Wbm1058.

SQL

AخA
 
SELECT concat( "[[{{ns:", p.page_namespace, "}}:", p.page_title, "]]" )
AS "Self redirects"
FROM redirect r
INNER JOIN page p ON p.page_id = r.rd_from
WHERE p.page_namespace = r.rd_namespace
AND   p.page_title = r.rd_title
ORDER by p.page_namespace, page_title;
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.

Checking query status...