-117   THE NUMBER OF VALUES ASSIGNED IS NOT THE SAME AS THE NUMBER OF SPECIFIED OR IMPLIED COLUMNS

Explanation

The number of insert values in the value list of the insert operation is not the same as the number of object columns specified. Alternatively, the number of values on the right side of an assignment in a SET assignment statement or the SET clause of an update operation does not match the number of columns on the left side.

System action

The statement cannot be processed. No data was inserted into the object table.

Programmer response

Correct the statement to specify one and only one value for each of the specified object columns.

SQLSTATE

42802