-1406: Output value truncated
Explanation:
The column's range of values is greater than that of the SQL variable. The value was truncated when being inserted into the SQL variable.
User Action:
Adapt the range of values of the SQL variable to that of the column.