There is a table call Table1 and it has 2 columns SSN - unique column and timestampThere are duplicates values in SSN. How to find the earliest of those duplicates? what is the t-sql query?
↧