Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Users by edit count on English Wiktionary, except bots
by
Balyozxane
This query is marked as a draft
This query has been published
by
Basvb
.
Toggle Highlighting
SQL
SELECT user.user_name AS "User", user.user_editcount AS "Edit count" FROM user LEFT JOIN ( SELECT user_name FROM user INNER JOIN pagelinks ON user.user_name = REPLACE(pagelinks.pl_title, "_", " ") WHERE (pl_namespace = 2 AND pl_from = 1995229) ) AS bot_users ON user.user_name = bot_users.user_name WHERE bot_users.user_name IS NULL ORDER BY user_editcount DESC LIMIT 100;
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...