SQL
AخA
SELECT page_title, rd_namespace, rd_title
FROM page p
INNER JOIN redirect r on r.rd_from = p.page_id
WHERE r.rd_namespace = 0
AND p.page_namespace = 1;
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.