For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?