Fork of Same-namespace redirects in project space by 1234qwer1234qwer4
This query is marked as a draft This query has been published by 1234qwer1234qwer4.

SQL

AخA
 
Use enwiki_p;
Select CONCAT("[[Wikipedia:",page_title,"]]"), CONCAT("[[Wikipedia:",rd_title,"]]") from page join redirect on page_id = rd_from
Where page_namespace = 4 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.

Checking query status...