Fork of Pages linking to anything linked from a given page by Vahurzpu
This query is marked as a draft This query has been published by Zygimantus.

SQL

AخA
 
SELECT DISTINCT secondpage.page_namespace, secondpage.page_title, page.page_title
FROM pagelinks firstlinks
INNER JOIN page ON page.page_title = firstlinks.pl_title
INNER JOIN pagelinks secondlinks ON page.page_title = secondlinks.pl_title
INNER JOIN page secondpage ON secondpage.page_id = secondlinks.pl_from
WHERE page.page_namespace = 0
AND firstlinks.pl_from = 4323
AND secondlinks.pl_namespace = 0
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...