Background documentation-5013: Missing update column Locate this document in the navigation structure

 

Explanation

The attempt was made to update at least one column value of an updateable join view table column using an UPDATE statement. This column value can only be updated together with other column values. At least one of the required column values is missing in the UPDATE statement.

User Response

Insert the missing column values into the UPDATE statement or execute UPDATE statements for the underlying table(s) of the updateable join view table.