SQL
AخA
use fawiki_p;
select rev_user, count(rev_id)
from revision
join user_groups
on rev_user = ug_user
and ug_group = 'Bot'
where ug_group is null
group by rev_user
having count(rev_id) > 2000;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.