SQL
AخA
SELECT DISTINCT filepage.page_title
FROM categorylinks
INNER JOIN page filepage ON filepage.page_id = categorylinks.cl_from
INNER JOIN imagelinks ON imagelinks.il_to = filepage.page_title
WHERE categorylinks.cl_to = "Copy_to_Wikimedia_Commons_(bot-assessed)"
AND imagelinks.il_from_namespace = 2
AND filepage.page_title NOT IN (SELECT il_to FROM imagelinks WHERE il_from_namespace = 0)
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.