How can I tell to Oracle DBMS to ignore white spaces while comparing varchar values for Unique Constraints.
It means that NAME 1
is exists in a table column with Unique Key, inserting NAME1
, causes constraint violation exception
How can I tell to Oracle DBMS to ignore white spaces while comparing varchar values for Unique Constraints.
It means that NAME 1
is exists in a table column with Unique Key, inserting NAME1
, causes constraint violation exception