BITNOT
Computes a NOT
operation on the bits of expression
.
SQL syntax
BITNOT (Expression
)
Parameters
BITNOT
has the following parameters:
Parameter | Description |
---|---|
|
|
Description
-
This function returns
TT_INTEGER
NOT
NULL
. -
The
BITNOT
function is rewritten into (~expression)
. See the bitwiseNOT
operator for more information.