I am trying to update a field when I have duplicate records. However, I do not want to update the most recent record. I have a date field that I have sorted by so the oldest duplicates would be listed first.
Serial_No Tag_No Date U_Delete
bcertu as12345 20020102
bcertu as12345 20030105
bcertu as12345 20030324
In this situation I want to flag the first two records as "D", since they are the oldest records of this duplicate.
Thanks for any assistance
Serial_No Tag_No Date U_Delete
bcertu as12345 20020102
bcertu as12345 20030105
bcertu as12345 20030324
In this situation I want to flag the first two records as "D", since they are the oldest records of this duplicate.
Thanks for any assistance