A
ali
I have a table: (Dummy Scenario)
-Auto_number
-Employee_ID
-Name
-Join_Date
-Employee_Type
-Position
--------------------------------------------------------------------------------------
Problem:
Due to some importation reasons.... some entries are duplicated. They have
exactly same data but they occupy more than 1 row, maybe 2 or three
--------------------------------------------------------------------------------------
I want to:
1) Retrieve those duplicated entries.
2) Make all entries in my table unique by getting rid off them.
Dear experts, thanks a lot !
-Auto_number
-Employee_ID
-Name
-Join_Date
-Employee_Type
-Position
--------------------------------------------------------------------------------------
Problem:
Due to some importation reasons.... some entries are duplicated. They have
exactly same data but they occupy more than 1 row, maybe 2 or three
--------------------------------------------------------------------------------------
I want to:
1) Retrieve those duplicated entries.
2) Make all entries in my table unique by getting rid off them.
Dear experts, thanks a lot !