SQL
AخA
SELECT s.lt_title
FROM linktarget s
INNER JOIN pagelinks l ON s.lt_id = l.pl_target_id
INNER JOIN page sp ON (l.pl_from = sp.page_id AND l.pl_from_namespace = sp.page_namespace AND sp.page_title = "Potschappel")
INNER JOIN page tp ON (s.lt_title = tp.page_title AND s.lt_namespace = tp.page_namespace)
WHERE s.lt_namespace = 0
AND l.pl_from_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.