MOD
Computes the modulus (remainder) of the first input divided by the second input.
Syntax
Arguments
N
N
Type: numeric
A numeric value representing the dividend.
M
M
Type: numeric
A numeric value representing the divisor.
Returns
Type: same as input
The remainder of N
divided by M
.
Examples
Transformation job example
SQL
Query result
Last updated