SQL
x
use hewiki_p;
select page_title as 'from', rd_title as 'to' from redirect inner join page
on page_id = rd_from
where rd_namespace = 10
and page_namespace = 10
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.