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

SQL

AخA
 
SELECT CONCAT('File:', page_title)
FROM categorylinks
JOIN page ON page_id = cl_from
LEFT JOIN imagelinks ON il_to = page_title AND il_from_namespace = 0
WHERE page_namespace = 6
  AND cl_to = 'All_non-free_media'
  AND il_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...