ISFALSE
Tests whether the input expression is false. If it is, returns a value of true.
Syntax
ISFALSE(boolean_expression boolean) → boolean
boolean_expression: The input expression, which must be of type
BOOLEAN
.
Examples
Create a table containing one column of boolean data type
Create two rows containing boolean values
Run the ISFALSE query
Last updated