This query is marked as a draft This query has been published by Vahurzpu.

SQL

AخA
 
SELECT page.page_title, pl1.pl_title
FROM pagelinks pl1
INNER JOIN pagelinks pl2 ON pl1.pl_title = pl2.pl_title
INNER JOIN categorylinks ON pl2.pl_from = categorylinks.cl_from
INNER JOIN page ON page.page_id = pl2.pl_from
WHERE pl1.pl_from = 25814524
AND pl1.pl_namespace = 0
AND pl2.pl_namespace = 0
AND categorylinks.cl_to = "Living_people"
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.

Checking query status...