BOOLEAN Expressions
You can now use boolean value expressions within SQL expressions wherever an expression appears in SQL syntax.
boolean_expression::=
condition::=
boolean_test_condition::=
Use boolean_expression to evalute the input and return one of the following boolean values :
-
IS TRUE -
IS NOT TRUE -
IS FALSE -
IS NOT FALSE -
IS NULL -
IS NOT NULL
See Also:


