Calculates the bitwise OR of 2 or more FIXED BINARY values.
Syntax
INOT(x, y, [y,...])
Parameters
Each parameter is an expression that must have a computational type. Up to 255 parameters are allowed.
Description
IOR returns the logical OR of its arguments. The maximum number of arguments to the IOR function is 64.
The result of IOR is FIXED BIN.
If any argument is not of type FIXED BIN, then it is converted to FIXED BIN. The result is of type FIXED BIN, with the precision being the maximum of it arguments.
Description
IOR returns the logical OR of its arguments. The maximum number of arguments to the IOR function is 64.
The result of IOR is FIXED BIN.
If any argument is not of type FIXED BIN, then it is converted to FIXED BIN. The result is of type FIXED BIN, with the precision being the maximum of it arguments.