ANR2955E
The SQL character string expression 'expression' must return a single character.

Explanation

A single-character character string was expected for the ESCAPE clause of the LIKE operator, for the trim character of the TRIM operator, or for the pad character of the LEFT or RIGHT function. For example, the string 'Hello' is invalid because it contains multiple characters.

System action

The SQL query is terminated.

User response

None.