MOD function (ODBC compatible)
Syntax
MOD ( expression1, expression2 )
Description
The scalar function MOD returns the remainder of expression1 divided by expression2.
Example
SELECT MOD (11, 4) 'Modulus'
FROM ADMIN.SYSCALCTABLE;
Notes
TOCIndex