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
Cryptic
.
For https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28technical%29&oldid=842949728#Help_compiling_a_list_of_editors_by_experience_level Users registered at least a year ago, that are in neither the administrator nor new-page-patroller usergroups, with no blocks in at least a year and at least 5 total page moves. Also restricts to users with at least 3000 total edits and that are in the extendedconfirmed group, which are both less restrictive and much faster to query than the requested constraints.
Toggle Highlighting
SQL
SELECT user_id, user_name, user_editcount, user_registration FROM `user` WHERE user_editcount >= 3000 AND user_registration < 20170526000000 AND EXISTS (SELECT 1 FROM user_groups WHERE user_id=ug_user AND ug_group = 'extendedconfirmed') AND NOT EXISTS (SELECT 1 FROM user_groups WHERE user_id=ug_user AND ug_group = 'sysop') -- administrator AND NOT EXISTS (SELECT 1 FROM user_groups WHERE user_id=ug_user AND ug_group = 'patroller') -- new page patroller AND NOT EXISTS (SELECT 1 FROM logging_logindex WHERE user_name = log_title AND log_type = 'block' AND log_action = 'block' AND log_timestamp >= 20170526000000) AND (SELECT COUNT(*) FROM logging_userindex WHERE user_id=log_user AND log_type = 'move') >= 5;
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...