BITAND

BITAND (y, x)

Parameters

  • x and y - the arguments.

Description

The bitwise AND operation. This method returns a long.

Example

SELECT BITAND(X, Y) FROM Triangles;

Updated about 5 years ago