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
Incola
.
Toggle Highlighting
SQL
SELECT CAST(@counter := @counter +1 AS UNSIGNED), user_editcount, user_name FROM (SELECT user_name, user_editcount FROM user WHERE user_id NOT IN ( SELECT ug_user FROM user_groups WHERE ug_group = 'bot') AND user_name NOT IN ( SELECT REPLACE(log_title, '_', ' ') FROM logging WHERE log_type = 'rights' AND log_params LIKE '%bot%' AND log_params NOT LIKE '%sysop%' GROUP BY log_title) GROUP BY user_name) sub CROSS JOIN (SELECT @counter := 0) x ORDER BY user_editcount DESC LIMIT 1000
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...