Share via


Arithmetic Operators (Entity SQL)

Arithmetic operators perform mathematical operations on two expressions of one or more numeric data types. The following table lists the Entity SQL arithmetic operators.

Operator Meaning

+ (Add) (Entity SQL)

Addition.

/ (Divide) (Entity SQL)

Division.

% (Modulo) (Entity SQL)

Returns the remainder of a division.

* (Multiply) (Entity SQL)

Multiplication.

- (Negative) (Entity SQL)

Negation.

- (Subtract) (Entity SQL)

Subtraction.

See Also

Concepts

Operators (Entity SQL)
Entity SQL Reference