SQL query to return all rows that contain duplicate data from one field
- by TheDudeAbides
I have a table with card numbers and names. Some of those names are the same, meaning they have multiple cards. How can I select all the rows where the name occurs more than once?