Previous Topic: -56 - entity-type entity-name ALREADY EXISTSNext Topic: -58 - COLUMN aaaa DATATYPE INCOMPATIBLE WITH bbbb DATATYPE


-57 - SPECIFIED MORE COLUMNS OR VALUES THAN THE TABLE HAS

Reason:

An INSERT statement specifies more columns or values than are defined in the table in question.

The SQLSTATE that equates to this SQL return code is 42802.

Action:

Correct the statement in question so as to specify the correct number of columns or values.