SQL
AخA
SELECT DISTINCT(image.img_user_text), COUNT(1) AS files
FROM commonswiki_p.image
LEFT JOIN commonswiki_p.page ON image.img_name=page.page_title
LEFT JOIN commonswiki_p.categorylinks ON page.page_id=categorylinks.cl_from
WHERE image.img_timestamp > 20181016000000
AND page.page_namespace=6
AND categorylinks.cl_to LIKE "%ikimedia CEE Meeting 201%"
GROUP BY image.img_user_text
ORDER BY files 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.