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

SQL

AخA
 
USE enwiki_p;
SELECT p.page_title FROM page p
LEFT JOIN image w ON w.img_name = p.page_title
LEFT JOIN commonswiki_p.image c ON c.img_name = p.page_title
LEFT JOIN redirect r ON r.rd_from = p.page_id
WHERE p.page_namespace = 6
AND w.img_name IS NULL
AND c.img_name IS NULL
AND r.rd_from 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...