MOD(integer_exp1, integer_exp2)

Returns the remainder (modulus) of integer_exp1 divided by integer_exp2.

 

Example:

SELECT MOD(75, 2) returns 1