SQL
x
SELECT startpage.page_title
FROM page startpage
#INNER JOIN pagelinks startlinks ON startlinks.pl_from = startpage.page_id
#INNER JOIN page midpage ON midpage.page_title = startlinks.pl_title
#INNER JOIN pagelinks midlinks ON midlinks.pl_from = midpage.page_id
#WHERE startlinks.pl_namespace = 0 AND midlinks.pl_namespace = 0
#AND startpage.page_namespace = 0 AND midpage.page_namespace = 0
#AND midlinks.pl_title = "Wii_Sports_Resort" AND
WHERE startpage.page_title = "Divine_simplicity"
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.