Query Run
select max(user_id) from user; select count(*) from user where user_editcount > 0; 2 years ago