SQL
AخA
SELECT img_user_text AS uploader, image.img_name
FROM image, page, categorylinks
WHERE page.page_id=categorylinks.cl_from AND image.img_name = page.page_title
AND categorylinks.cl_to = 'Media_supported_by_Wikimedia_France'
#AND img_timestamp BETWEEN '2016-07-01 00:00:00' AND '2017-01-01 00:00:00';
LIMIT 100;
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.