BITOR
BITOR (y, x)
Parameters
x
y
Description
The bitwise OR operation. This method returns a long.
Example
Calculate OR between two fields:
SELECT BITGET(X, Y) from Triangles;
Updated about 5 years ago