Show TOC

-3019: Invalid exponentLocate this document in the navigation structure

Use

Explanation

  1. A numeric final or temporary result is greater or less than the values which can be represented by a floating point number.

  2. A numeric value is greater or less than permitted by the data type of a specified column.

User Response

  1. If a numeric intermediate result is too large or too small, the attempt can be made to prevent an overflow or underflow by rearranging the arithmetic operations.

  2. Use a QUERY statement issued on the DOMAIN.COLUMNS system table to find out the data type of the affected column. Correct the parameter values accordingly.