Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Databases might support Unique-Indexes that allow Null values.
In SQL-Server the Syntax is like:
CREATE UNIQUE INDEX SOMECOLUMN_IDX ON SOMETABLE (SOMECOLUMN) WHERE SOMECOLUMN IS NOT NULL