<value_n> / <value_d>.
Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<value_n> | The numerator of the division equation | INT, BIGINT, NUMERIC |
<value_d> | The denominator of the division equation | INT, BIGINT, NUMERIC |
Reference material for MOD function
<value_n> / <value_d>.
MOD(<value_n>,<value_d>)
| Parameter | Description | Supported input types |
|---|---|---|
<value_n> | The numerator of the division equation | INT, BIGINT, NUMERIC |
<value_d> | The denominator of the division equation | INT, BIGINT, NUMERIC |
Was this page helpful?