Not

The NOT keyword inverses (negates) a condition.

This is the Negation within the boolean logical operations.

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

NOT condition

NOT false => true

NOT true => false

Last updated

Was this helpful?