The BITOR numeric function performs a bitwise OR on the binary representation of two or more numbers.
BITOR takes two or more integer values and returns the result of performing the bitwise OR on the binary representation of the numbers. The result is INTEGER unless either parameter is NULL, in which case the result is NULL.
BITOR(12, 7)returns 15, as shown by this worked example:
Binary Decimal 1100 12 OR 0111 7 _________ 1111 15
Notices |
Trademarks |
Downloads |
Library |
Support |
Feedback
![]() ![]() |
ak05330_ |