Query Run
select user_name, user_editcount from user where user_name like 'Zilant%'; 1 year ago
select user_name, user_editcount from user where user_editcount<500; 1 year ago
select user_name, user_editcount from user where user_editcount>1000; 1 year ago