BOOLEAN.
The right arrow (⇒ ) indicates the result.
datatype refers to an operand of any supported compatible data type (see Data Types).
boolean refers to an operand of BOOLEAN data type.
Comparison Functions and Operators Notes
-
BETWEENoperator: it is expected that the first value is lower than the second one. If the first value is greater than the second one the result is an empty result set. To avoid the need to consider which of the two values is greater than the other, use the keywordSYMMETRIC. For example:
NULLis not “equal to”NULL, therefore, avoid using the expression= NULLand useIS [ NOT ] NULLinstead.