BITAND
BITAND (y, x)
Parameters
x
y
Description
The bitwise AND operation. This method returns a long.
Example
SELECT BITAND(X, Y) FROM Triangles;
Updated about 5 years ago