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