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.