How does DB2 store NULL physically ?
As an extra-byte prefix to the column value. Physically, the null prefix is Hex ‘00′ if the value is present and Hex ‘FF’ if it is not.
As an extra-byte prefix to the column value. Physically, the null prefix is Hex ‘00′ if the value is present and Hex ‘FF’ if it is not.