Hi,
I have a table with data like this:
LastNm FirstNm
Smith John
Jordan Al
Jordan Al
Sheriff Ahmed
Sheriff Ahmed
I would like to eliminate duplicates from a table and keep only one record for each person.
The query would give me the following:
LastNm FirstNm
Smith John
Jordan Al
Sheriff Ahmed
Thanks
Ismail
I have a table with data like this:
LastNm FirstNm
Smith John
Jordan Al
Jordan Al
Sheriff Ahmed
Sheriff Ahmed
I would like to eliminate duplicates from a table and keep only one record for each person.
The query would give me the following:
LastNm FirstNm
Smith John
Jordan Al
Sheriff Ahmed
Thanks
Ismail