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
.
Top non-admins non-bots by approximate speedy tagging count in the latest 3 months. Just count deleted revisions, check what they are deleted for!
Toggle Highlighting
SQL
Use mediawikiwiki_p; SELECT count(*) AS counter, us.user_name, us.user_editcount FROM archive ar JOIN user us ON ar.ar_user = us.user_id AND ar.ar_timestamp > ( NOW() - INTERVAL 3 MONTH ) JOIN user_groups ug ON ar.ar_user = ug.ug_user AND ug.ug_user NOT IN (SELECT DISTINCT(user_groups.ug_user) FROM user_groups WHERE ug_group = 'sysop' OR ug_group = 'bot' ) GROUP BY ar.ar_user ORDER BY counter DESC LIMIT 50;
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...