MOD

MOD (y, x)

Parameters

  • x and y - the arguments.

Description

The modulo operation. This method returns a long.

Example

Calculate MOD between two fields:

SELECT BITXOR(X, Y) FROM Triangles;