| United States-English |
|
|
|
![]() |
ALLBASE/SQL Reference Manual: HP 9000 Computer Systems > Chapter 7 Data TypesNull Values |
|
A null value is a special value that indicates the absence of a value. Any column in a table or parameter or local variable in a procedure, regardless of its data type, can contain null values unless you specify NOT NULL for the column when you create the table or the procedure. NULL is used as a placeholder for a value that is missing or unknown. These properties of null values affect operations on rows or parameters or local variables containing the following values:
Because of these properties, ALLBASE/SQL ignores columns or rows or parameters or local variables containing null values in these situations:
In several SQL predicates, described in Chapter 9 “Search Conditions” you can explicitly test for null values. In an application program, you can use indicator variables to handle input and output null values. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||