Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Uniqueness
Hi again,
Is there a way to check for uniqueness of a value ? Apart from set the column to be unique ?
For example :
Table : mytbl
PK ID
Insert into mytbl (id) values (2);
Oracle will give error.
![]() |
![]() |