NOT

Returns the opposite logical value of the provided argument.

Usage examples 

  • NOT(1 == 2)

  • NOT(tableA.fieldB == tableA.fieldC)

Syntax 

NOT ( exp )

  • exp - Any expression.

Returns 

boolean - The boolean value opposite of the provided argument.

Functions reference