MOD
This section contains reference documentation for the MOD function.
Signature
Usage Examples
select MOD(12, 5) AS value
from ignoreMevalue
select MOD(12, 2) AS value
from ignoreMevalue
Was this helpful?
This section contains reference documentation for the MOD function.
Modulo of two values
MOD(col1, col2)
select MOD(12, 5) AS value
from ignoreMe2
select MOD(12, 2) AS value
from ignoreMe0
Was this helpful?
Was this helpful?

