Performs a Boolean NOT of a logic expression.
NOT expression
expression | A logic expression using conditional and Boolean operators. If the expression is complex, it must be enclosed in parentheses. |
Logical.
If expression is logically true, the entire expression, including the NOT, is logically false.
If expression is logically false, the entire expression, including the NOT, is logically true.
not Population > 250000