Documentation
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

not

The NOT operator. Return the negation of the provided value.

Syntax

  NOT <value>

Parameters

<value>
The boolean value to negate

Returns

TRUE
If the value is FALSE.
FALSE
If the value is TRUE.
NULL
If the value is NULL.

Examples

SQL_CONTAINS('foo') AND SQL_CONTAINS('bar')