Bitwise Expression Functions¶
This family of functions can be used to perform Bitwise operations on numbers or a group of numeric records.
Function Name |
Syntax |
Summary Description |
---|---|---|
|
Bitwise AND of two numeric expressions ( |
|
|
Same as BITAND, but across all numeric records in group |
|
|
Bitwise negation of |
|
|
Bitwise OR of two numeric expressions ( |
|
|
Same as BITOR, but across all numeric records in group |
|
|
Shift the bits for |
|
|
Shift the bits for |
|
|
Bitwise XOR of two numeric expressions ( |
|
|
Same as BITXOR, but across all numeric records in group |
|
|
Get the bit at position |