Fork of Files without a file information page by Stefan2
This query is marked as a draft This query has been published by .

SQL

AخA
 
USE commonswiki_p;
SELECT i.img_name FROM image i
LEFT JOIN page p ON p.page_title = i.img_name AND p.page_namespace = 6
WHERE p.page_id IS NULL
AND  DATEDIFF(CURRENT_TIMESTAMP, i.img_timestamp) < 7
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...