Background documentation-1015: Too many values Locate this document in the navigation structure

 

Explanation

In an INSERT or UPDATE statement, the number of specified values exceeds the number of column names implicitly specified.

User Response

Match the number of specified values in the SQL statement with the number of specified column names. Use a QUERY statement issued on the system table DOMAIN.COLUMNS for an INSERT statement without column name specification to determine the definition of the table used.