select * from sys_user where name in (select name from sys_user group by name having count(name) > 1);