Version 9.5 SP1
 —  X-Query Reference Guide  —

AdditiveExpr

Add or subtract numerical values.


Syntax

AdditiveExpr

MultiplicativeExpr |  AdditiveExpr + MultiplicativeExpr | AdditiveExpr - MultiplicativeExpr

Top of page

Description

An AdditiveExpr consists of either a simple MultiplicativeExpr or of two or more MultiplicativeExpr expressions that are combined by the operators + or -.

Top of page

Compatibility

It corresponds to the expression AdditiveExpr defined in XPath, Section 3.5, Rule 25.

Top of page

Examples

Top of page

Related Expression

RelationalExpr

Top of page