-875   operand CANNOT BE USED WITH THE ASCII DATA REFERENCED

Explanation

ASCII data was referenced in one of the following situations:
  • A LIKE predicate refers to a mixed data column in an ASCII table. The LIKE predicate is not supported for mixed ASCII data.
  • A VARGRAPHIC function was specified for a column in an ASCII table. The VARGRAPHIC function is not supported for ASCII data.

System action

The statement cannot be processed.

Programmer response

Correct the SQL statement.

SQLSTATE

42988