In an INSERT or UPDATE statement, the number of specified values exceeds the number of column names implicitly specified.
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.