Error 213

Severity

16

Message text

Insert error: column name or number of supplied  values does not match table definition.

Explanation

This error occurs when there is a mismatch between the information specified in an insert statement and the definition of the table. Following are some examples of insert statements for the pubs2.titles table that cause this error (assuming that the titles table has nine columns):

Action

Check your insert statement to make sure you have specified column names and values for the columns.

Versions in which this error is raised

All versions