Just curious to know if there is a simple way to ensure uniqueness
among non-null values within a nullable column.
For instance if I have a column of Names that can contain null values,
I would like to ensure that all names that actually have a value are
unique.
Thanks!
Wendy
among non-null values within a nullable column.
For instance if I have a column of Names that can contain null values,
I would like to ensure that all names that actually have a value are
unique.
Thanks!
Wendy
Comment