This query is marked as a draft This query has been published by Ash Crow.

SQL

AخA
 
SELECT  img_user_text AS uploader, image.img_name, categorylinks.cl_to
                          FROM image, page, categorylinks
                          WHERE page.page_id=categorylinks.cl_from AND image.img_name = page.page_title
                          AND categorylinks.cl_to = "All_non-free_media"
                          #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.

Checking query status...