INZU375E INVALID COLUMN IN TARGET KEYS CLAUSE

Explanation

The TARGET KEYS clause specifies an invalid column name or a column number. A column name or number can be invalid if it refers to a nonexistent column or a column that is not specified in the SELECT clause.

User response

Correct the column name in the TARGET KEYS clause or add it to the SELECT statement.