Last updated 4 months ago
Was this helpful?
The NOT keyword inverses (negates) a condition.
NOT
This is the .
This function is SQL compatible. For more information about SQL compatibility, see our .
Returns the inversed condition.
If the condition evaluates to unknown, the inverse (NOT unknown) is also unknown.
condition
NOT false => true
NOT false
NOT true => false
NOT true