Arithmetic CCL operators are used to negate, add, subtract, multiply, or divide numeric values.
You can use an arithmetic operator with one or two arguments to negate, add, subtract, multiply, or divide numeric values. The arguments to the operator must resolve to numeric data types or to any type that can be implicitly converted to a numeric type (see Implicit Data Type Conversions for more information).
Unary arithmetic operators return the same data type as the argument. For binary arithmetic operators, Sybase determines the argument with the highest numeric precedence, implicitly converts the remaining arguments to that data type, and returns that type.
The following table lists the CCL arithmetic operators.