I have a 1000 entries of students from several different databases. Before I put them into my own database, I would like to delete duplicate rows. The columns consist of last name (first column), first name (2nd), SSN (3rd), etc.
Is there a way to write a short program to go through and delete the duplicate rows. I can see the duplicate rows from the sort I did.
Thanks for any help.
Greg
Is there a way to write a short program to go through and delete the duplicate rows. I can see the duplicate rows from the sort I did.
Thanks for any help.
Greg