-
+
Functions and Operators
-
-
-
-
-
-
This section describes several specialized constructs for making
multiple comparisons between groups of values. These forms are
be either true or false, never null.
-
-row_constructor IS NULL
-row_constructor IS NOT NULL
-
-
- These constructs test a row value for null or not null. A row value
- is considered not null if it has at least one field that is not null.
-
-