SQL
AخA
select user_id,user_name,user_registration,user_editcount,ug_group from user_groups join user on ug_user=user_id WHERE ug_group='confirmed' OR ug_group='extendedconfirmed' OR ug_group = 'sysop';
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.