BITNOT( ) Function Example
x = 5 && 0101 binary ?
BITNOT(
x
)
&& Returns -6