Removing Duplicates
In case of Complete Row Duplicate
In case of Complete Row Duplicate
- Take a new table with SET option
- Load the duplicate data, so unique rows loaded
- Drop old table and Rename new table name to old table name
In case of same column are duplicates
- Take a new Table
- Load the Distinct rows or Group by Queried rows into it, so unique rows loaded.
- Drop old table and Rename new table name to old table name
Note: If u want to eliminate complete row duplicates then Take SET Table
No comments:
Post a Comment