Start of change

-413   OVERFLOW OR UNDERFLOW OCCURRED DURING NUMERIC DATA TYPE CONVERSION

Explanation

During processing of the SQL statement, an overflow or underflow condition arose when converting from one numeric type to another. Numeric conversion is performed according to the standard rules of SQL.

System action

The statement cannot be processed. No data was retrieved, updated, or deleted.

Programmer response

Examine the syntax of the SQL statement to determine the cause of the error. If the problem is data-dependent, it might be necessary to examine the data processed at the time of the error.

SQLSTATE

22003

End of change