Fork of
Orphaned File pages
by とある白い猫
This query is marked as a draft
This query has been published
by とある白い猫.
SQL
AخA
USE commonswiki_p;
SELECT page_title
FROM page LEFT OUTER JOIN image ON page_title=img_name
WHERE page_namespace = 6
AND page_is_redirect = 0
AND img_name 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.