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 s.rev_user_text, COUNT(s.rev_id), user_editcount FROM revision s JOIN revision_userindex r ON s.rev_user = r.rev_user AND s.rev_parent_id = 0 JOIN categorylinks ON r.rev_page = cl_from AND r.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' ) JOIN user ON r.rev_user = user_id GROUP BY s.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...