Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Photos by Wikimedia Commons recognised photographers
by
Nemo bis
This query is marked as a draft
This query has been published
by
Nemo bis
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT distinct(i.img_name) FROM image i JOIN page ON page_title = i.img_name JOIN categorylinks d ON page_id = d.cl_from AND d.cl_to LIKE "CC-BY%" JOIN templatelinks ON page_id = tl_from AND tl_title = 'Own' WHERE i.img_width*i.img_height > 10000000 AND i.img_media_type = 'BITMAP' AND img_user IN ( SELECT distinct(img_user) FROM image JOIN page ON page_title = img_name JOIN categorylinks c ON page_id = c.cl_from AND ( c.cl_to = 'Valued_images_sorted_by_promotion_date' OR c.cl_to = 'Quality_images' OR c.cl_to = 'Featured_pictures_on_Wikimedia_Commons' ) ) LIMIT 100000;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...