NOT
Description
NOT
negates a logical expression.
Parentheses may be used to simply make the complete logical expression more readable, but can also be used to change the meaning of the complete logical expression. This is possible through the order of precedence for logical expressions, described in the Functions and Operators section.
Syntax
NOT (logical expression)
NULL handling
If the input expression is NULL, the output is NULL as well.
Examples
[1] | ||||||||||||
| ||||||||||||
|
[2] | ||||||||||||||||||
| ||||||||||||||||||
|
[3] | |||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||
|