4.3.2.2. Boolean functions

The following functions support Boolean operations.

not( negand )

Performs the logical negation of the negand operand.

表4.15 Parameters

ParameterType

negand

boolean

Examples

not( true ) = false
not( null ) = null