Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Nemo bis
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT img_user_text, COUNT(img_sha1) 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' ) JOIN categorylinks d ON page_id = d.cl_from AND d.cl_to LIKE "CC-BY%" WHERE img_width*img_height > 2000000 GROUP BY img_user;
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...