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
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 ) as isBot from ukwiktionary_p.user u -- left join user_groups ug using(user_id) -- left join user_former_groups ufg using(user_id) where user_editcount >= 500 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...