Reference material for MOD function
<value_n>
/ <value_d>.
Parameter | Description | Supported input types |
---|---|---|
<value_n> | The numerator of the division equation | INT , BIGINT |
<value_d> | The denominator of the division equation | INT , BIGINT |
BIGINT
if one of the inputs is BIGINT
. INT
, otherwise.