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.