SQL Statements for Flat-File Drivers : Select Statement : SQL Expressions : Numeric Operators

Numeric Operators
You can include the following operators in numeric expressions:
The following table shows examples of numeric expressions. For these examples, assume salary is 20000.
You can precede numeric expressions with a unary plus (+) or minus (–). For example, –(salary * 1.1) is -22000.

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.