We have a table that has a unique index in the column, which can take zero values. The problem is that we found that this structure can only accept one row with a NULL value. If we try to add a second row with a NULL value, we get this error. "cannot insert duplicate key string in object ..."
Is there anything we can do to keep the index in this column and the ability to add NULL values to more than one row?
source
share