Entering content frame

-1200: Too few values Locate the document in the library structure

Explanation:

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

User Action:

Match the number of specified values in the SQL statement with the number of specified column names. You can 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.

 

Leaving content frame