<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 |
Return Type
Same as the input.Example
The following example returns the remainder of 45 divided by 7:| mod int |
|---|
| 3 |
Rows: 1Execution time: 5.35ms