Arithmetic Operators
The 4GL arithmetic operators perform arithmetic operations on operands of
number data types (and in some cases, of time data types).
This is the syntax for arithmetic expressions that return a number value:
This is the syntax for arithmetic expressions that return a DATE value:
This is the syntax for arithmetic expressions that return a DATETIME value:
This is the syntax for arithmetic expressions that return an INTERVAL value:
If any component of an expression that includes an arithmetic operator is a
NULL value, then the entire expression returns NULL, unless the NULL value is an
operand of the IS NULL or IS NOT NULL keywords.
References
Aggregate Report Functions
Boolean Operators
EXTEND( )
UNITS