Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
ukwiktionary non-bot users with over 500 edits
by
Base
This query is marked as a draft
This query has been published
by
Base
.
Toggle Highlighting
SQL
select user_name, user_editcount, coalesce ( (select 'Y' from ukwiktionary_p.user_groups ug where ug.ug_user = u.user_id and ug.ug_group = 'bot' limit 1), (select 'Y' from ukwiktionary_p.user_former_groups ufg where ufg.ufg_user = u.user_id and ufg.ufg_group = 'bot' limit 1), 'N' ) as isBot from ukwiktionary_p.user u where user_editcount >= 500 having isBot = 'N' and user_name not like '%bot' and user_name not like '%Bot' order by user_editcount desc
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...