Query Run
select user_name, user_editcount from user where user_editcount<100 limit 5; 10 months ago
select user_name, user_editcount from user where user_editcount<100; 10 months ago
select user_name, user_editcount from user where user_editcount<100; 10 months ago
select user_name, user_editcount from user where user_editcount>1000; 10 months ago
select user_name, user_editcount from user where user_editcount>1000; 10 months ago
select user_name from user where user_editcount>1000; 10 months ago