SQL
AخA
USE enwiki_p;
SELECT pl_from
FROM pagelinks
WHERE pl_from_namespace=0
AND pl_namespace=0
AND pl_title IN (
SELECT page_title
FROM page
JOIN pagelinks
ON page_id=pl_from
WHERE pl_title="World_War_II"
AND pl_namespace=0
AND pl_from_namespace=0
AND page_is_redirect=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.