解决方法
怎么样
SELECT * FROM Employees WHERE PhoneNumber IN ( SELECT PhoneNumber FROM Employees GROUP BY PhoneNumber HAVING COUNT(Employee_ID) > 1 )