Arithmetic operators
This topic describes the arithmetic operators supported by PolarDB-X.
PolarDB-X supports the following arithmetic operators.
Operator | Description |
---|---|
/, DIV | The division operator. |
%, MOD | Returns the remainder that is obtained when a number is divided by another number. |
+ | The addition operator. |
* | The multiplication operator. |
- | The subtraction operator. |