P
Pass-the-Reality
I have a query that returns the records ID number, Phone Number and Name.
When I run my query, there are not any duplicate ID numbers, but there are
duplicate phone numbers. The reason is, there are individual records where
the same phone number was entered. How can I run a query to show that ONLY
shows those records with duplicate phone numbers? Example. I only want to
see the below records 2 and 3
ID Phone Name
1 5555555 Mike
2 6666666 Lisa
3 6666666 Jeff
When I run my query, there are not any duplicate ID numbers, but there are
duplicate phone numbers. The reason is, there are individual records where
the same phone number was entered. How can I run a query to show that ONLY
shows those records with duplicate phone numbers? Example. I only want to
see the below records 2 and 3
ID Phone Name
1 5555555 Mike
2 6666666 Lisa
3 6666666 Jeff