SQL
AخA
SELECT
p1.page_namespace,
CONCAT('https://wikidata.org/wiki/', p1.page_title) AS page_title
FROM redirect AS rd
JOIN page p1 ON rd.rd_from = p1.page_id
WHERE rd.rd_namespace = 0
ORDER BY p1.page_namespace ASC;
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.