SQL
AخA
USE commonswiki_p;
SELECT group_concat(img_name), actor_name
FROM categorylinks
JOIN page
ON cl_to = "Files_reused_by_external_parties_out_of_compliance_with_licensing_terms"
AND cl_from = page_id
JOIN image
ON page_title = img_name
JOIN actor
ON img_actor = actor_id
GROUP BY actor_id;
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.