This topic describes the arithmetic operators supported by PolarDB-X 1.0.
PolarDB-X 1.0 supports the following arithmetic operators.
| Operator | Description |
|---|---|
| DIV | Integer division |
| / | Division operator |
| - | Minus operator |
| %, MOD | Modulo operator |
| + | Addition operator |
| * | Multiplication operator |
| - | Change the sign of the argument |