Hi
A database I am working with has a UDT which is defined as not nullable. However, I am able to set variables of this type to be null, as well as assign null to table columns of this type.
This seems like strange behaviour to me. Can anybody tell me what setting a UDT to be not nullable actually means?
Cheers
A database I am working with has a UDT which is defined as not nullable. However, I am able to set variables of this type to be null, as well as assign null to table columns of this type.
This seems like strange behaviour to me. Can anybody tell me what setting a UDT to be not nullable actually means?
Cheers