Calculates the remainder after dividing two values,Documentation Index
Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt
Use this file to discover all available pages before exploring further.
<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 |