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

SQL

AخA
 
SELECT p0.page_namespace, p0.page_title, tl_title
FROM page p0
JOIN templatelinks ON tl_from = p0.page_id
LEFT JOIN page p1 ON tl_title = p1.page_title AND tl_namespace = p1.page_namespace
WHERE
    tl_namespace = 100
    AND p1.page_id IS NULL
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...