Arithmetic Operators (U-SQL)
Updated: March 27, 2017
Arithmetic operators perform mathematical operations on two expressions of one or more of the data types of the numeric data type category. For more information about data type categories, see Numeric Types and Literals.
| Operator | Meaning |
|---|---|
| + (Add) | Addition |
| - (Subtract) | Subtraction |
| * (Multiply) | Multiplication |
| / (Divide) | Division |
| % (Modulo) | Returns the integer remainder of a division. |
See Also
Community Additions
ADD
Show: