SQL
AخA
SELECT user_name, user_editcount
FROM (
SELECT ug_user
FROM user_groups
WHERE ug_group = 'extendedconfirmed'
) user_groups
LEFT JOIN user ON ug_user = user_id
WHERE user_editcount >= 500 AND user_editcount <= 550
ORDER BY user_editcount ASC
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.