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 log_user_text, COUNT(log_id)#rev_user_text, COUNT(rev_id), user_editcount FROM logging_userindex #FROM revision_userindex #JOIN user #ON rev_user = user_id #WHERE rev_parent_id = 0 WHERE log_type = 'upload' AND log_user IN ( SELECT DISTINCT(rev_user) FROM revision_userindex JOIN categorylinks ON rev_page = cl_from AND rev_parent_id = 0 AND ( cl_to = 'Valued_images_sorted_by_promotion_date' OR cl_to = 'Quality_images' OR cl_to = 'Featured_pictures_on_Wikimedia_Commons' ) ) GROUP BY rev_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...