NOT(number)
NOT implements the logical NOT function: the result is TRUE if the number is zero; otherwise the result is FALSE.
NOT(0) equals TRUE.
NOT(TRUE) equals FALSE.
AND, OR.