SQL
AخA
SELECT user_name
FROM user
WHERE user_registration > 20180000000000 AND user_registration < 20200000000000
AND user_editcount > 7500
AND user_id NOT IN (SELECT ug_user FROM user_groups WHERE ug_group = "sysop" OR ug_group = "bot")
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.