I am facing a problem on how to set a new column to unique using Oracle 11g.
I try to use this code but it getting error:
ALTER TABLE QAS_ASSIGNED_STATE ADD UNIQUE (cuid);
I am facing a problem on how to set a new column to unique using Oracle 11g.
I try to use this code but it getting error:
ALTER TABLE QAS_ASSIGNED_STATE ADD UNIQUE (cuid);