Reference Guide > TDV Support for SQL Functions > Numeric Functions > MOD
 
MOD
Returns the remainder of a number divided by another number.
Syntax
MOD(x, y)
Example
SELECT MOD(17,3)