-
+
Functions and Operators
IS NOT NULL, respectively, except that the input
expression must be of Boolean type.
+
+
+
+
+
+ It is possible to check the data type of an expression using the
+ constructs
+
+expression IS OF (typename, ...)
+expression IS NOT OF (typename, ...)
+
+ They return a boolean value based on whether the expression's data
+ type is one of the listed data types.
-
+
SQL Syntax
|
IS
- IS TRUE>, IS FALSE>, IS UNKNOWN>, IS NULL>
+ IS TRUE>, IS FALSE>, IS
+ UNKNOWN>, IS NULL>, IS OF>
|