Background documentation-885: Variable may be truncated Locate this document in the navigation structure

 

Explanation

The range of values for the database column is smaller than that of the SQL variables. When the value is inserted into the column or when values are compared, the value of the SQL variables may be truncated and consequently be incorrect.

User Response

If this is not desired, you must change the format of the column or SQL variables.