The SQL language supports four arithmetic operators.
Operator | Description |
---|---|
+ | Addition |
- | Subtraction |
* | Multiplication |
/ | Division |
You can apply arithmetic operators only on NUMBER values; however, there are some exceptions:
SQL offers only one alphanumeric operator, allowing you to concatenate string expressions: ||.