Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Edit count of users with any curation logs since 2015-03-27
by
Cryptic
This query is marked as a draft
This query has been published
by
Stanglavine
.
Users in "autoreviewer" usergroup no qualified for "extendedconfirmed" usergroup (less then 500 edits) on ptwiki.
Toggle Highlighting
SQL
SELECT user_name AS 'username', user_id, user_editcount AS 'count' FROM `user` INNER JOIN user_groups ON ug_user=user_id AND ug_group='autoreviewer' AND user_editcount < 500 ORDER BY user_editcount ASC;
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...