Hi
I have a table in which the same name, department etc will appear more than once.
I can issue a SELECT DISTINCT to find distinct entries but this only returns the fields in teh SELECT list.
I need to get at the unique ID (primary key) field. Putting this in the SELECt list means that each row is distinct because the ID is obviously different!
Any way I can do this?
Many thanks
Paul