Query Run
select user_name from user where user_editcount >=300 order by user_name asc; 3 years ago
select user_name from user where user_editcount >=300 order by user_editcount desc; 3 years ago
select user_id, user_name, user_editcount from user where user_editcount... 3 years ago