Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Editors by experience level 60000-64000
by
Insertcleverphrasehere
This query is marked as a draft
This query has been published
by
Insertcleverphrasehere
.
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, at least 5 total page moves, at least total 500 edits in the past year, and created at least two pages that are currently in the main namespace and at least 2000 bytes long. 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 EXISTS (SELECT 1 FROM user_groups WHERE user_id=ug_user AND ug_group = 'sysop') -- administrator OR EXISTS (SELECT 1 FROM user_groups WHERE user_id=ug_user AND ug_group = 'patroller') -- new page patroller SELECT log_user_text, log_page FROM logging_userindex WHERE log_timestamp BETWEEN 20161100000000 AND NOW() AND log_type = 'patrol' AND log_action = 'patrol' AND log_namespace = 0 UNION SELECT log_user_text, log_page FROM logging_userindex WHERE log_timestamp BETWEEN 20161100000000 AND NOW() AND log_type = 'pagetriage-curation' AND log_action = 'reviewed' AND log_namespace = 0
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...