SQL
AخA
USE ltwiki_p;
SELECT p1.page_id as 'From', p1.page_title as 'From title' , p2.page_id as 'To', cl_to as 'To title'
FROM page as p1 JOIN categorylinks JOIN page as p2
ON p1.page_namespace = 14 AND p1.page_id=cl_from AND cl_to = p2.page_title AND p2.page_namespace = 14
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.