B
BlueFalcon
I need a search a table for duplicate entries(login ID). When I fin
duplicate entries, I need to compare the "Login Time" and keep th
record that has the earliest time.
So if my table was like the following:
LoginID LoginTime
2396 7:02am
2589 7:00AM
2396 12:50PM
5845 8:05AM
2396 7:35AM
I would need to delete the two later entries for 2396.
In the end, I need a table without duplicates and the earliest logi
times.
Can anyone assist me? Thanks in advance
duplicate entries, I need to compare the "Login Time" and keep th
record that has the earliest time.
So if my table was like the following:
LoginID LoginTime
2396 7:02am
2589 7:00AM
2396 12:50PM
5845 8:05AM
2396 7:35AM
I would need to delete the two later entries for 2396.
In the end, I need a table without duplicates and the earliest logi
times.
Can anyone assist me? Thanks in advance