BITNOT

Computes a NOT operation on the bits of expression.

SQL syntax

BITNOT (Expression)

Parameters

BITNOT has the following parameters:

Parameter Description

Expression

NOT operation computed on the bits of Expression.

Description

  • This function returns TT_INTEGER NOT NULL.

  • The BITNOT function is rewritten into (~expression). See the bitwise NOT operator for more information.