R
rich
Hi,
I have a table with 2 columns ID,Name,
I would like to write an SQL statement to list all the different names
(no duplicates) the end result would be the name with its ID.
e.g If Name Rich was in the table 10 times. Rich would only appear once
in the list and with the highest ID number.
Any ideas? thanks in advance.
Rich
I have a table with 2 columns ID,Name,
I would like to write an SQL statement to list all the different names
(no duplicates) the end result would be the name with its ID.
e.g If Name Rich was in the table 10 times. Rich would only appear once
in the list and with the highest ID number.
Any ideas? thanks in advance.
Rich