Scalar. Returns the value of an expression with all bits inverted (zeroes set to one and vice-versa).
BITNOT( expression )
Return
expression
Integer
Long
INSERT INTO OutStream SELECT BITNOT(InStream.IntColumn) AS Negated FROM InStream;