I have a table of employees, first, middle and last name columns along with other info. I want to query a list of all records where the first, middle and last name are the same, grouping by the same. There are also two other columns I want returned in the results, call them ID1 and ID2, and that will be different for each record. - How can I do this?
Open in new window
>I want to query a list of all records where the first, middle and last name are the same, grouping by the same.
if there's anything missing, please spell it out. I suspect that the above is missing some detail.