-137   THE LENGTH RESULTING FROM operation IS GREATER THAN maximum-length

Explanation

The length of the result of concatenation or a function exceeds the defined maximum. The operation that resulted in the error is operation.
  • For concatenation, the length cannot exceed 32,764 (if character operands) or 16,382 (if graphic operands).
  • For other functions, check the maximum result length.

System action

The statement cannot be processed.

Programmer response

Ensure that the length of the result does not exceed the defined maximum.

SQLSTATE

54006