Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Update Duplicate values

User_HJS01May 23 2021

Hi Everyone,
I need help with the below query;

I have duplicate values in the table.
Primary key value
1 abc
2 abc
3 def
4 def
5 def

Is there anyway that I can assign a character or space to each of these values differently that they do not remain duplicate?
My only objective to update these value (not delete) so that these values remain in the table but are not duplicates any more.

Comments

Post Details

Added on May 23 2021
5 comments
904 views