ANR2949E
Arithmetic overflow occurred for SQL operator 'operator'.

Explanation

An arithmetic overflow occurred for the specified operator. Examples of this include: 1) the application of the unary negation operator to the smallest INTEGER value (-2147483648) causes overflow because the result can not be represented in 2's complement; 2) the sum of the set of INTEGER column values applied to the SUM aggregate function can not be represented within the precision of INTEGER type.

System action

The SQL query is terminated.

User response

None.