SQL
AخA
SELECT actor_name, COUNT(*)
FROM image
JOIN actor_image ON img_actor = actor_id
JOIN page ON page_title = img_name AND page_namespace = 6
JOIN categorylinks ON cl_from = page_id
WHERE
cl_to = "Wiki_Loves_NYC_Parks_-_Prospect_Park_2021"
GROUP BY actor_id
ORDER BY COUNT(*) DESC
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.