Possible Duplicate:
How Do You Delete Duplicate Records In SQL
I have a table with columns:
FirstName
LastName
AddressLine1
AddressLine2
City
State
For each row, AddressLine1
is different from AddressLine2
value. But there are some duplicates rows, in which AddressLine1
of some records matches with AddressLine2
of some other record.
I want to get rid of such records mentioned above.