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

SQL

AخA
 
SELECT CONCAT("File:", p0.page_title), CONCAT("Creator:", lt_title)
FROM page p0
JOIN templatelinks ON tl_from = p0.page_id
JOIN linktarget ON tl_target_id = lt_id
LEFT JOIN page p1 ON lt_title = p1.page_title AND lt_namespace = p1.page_namespace
WHERE
    lt_namespace = 100
    AND p0.page_namespace = 6
    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...