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_INTEGERNOTNULL.
- 
                        The BITNOTfunction is rewritten into (~expression). See the bitwiseNOToperator for more information.