Wrong number of values for INSERT
Item |
Value |
---|---|
SQLCode |
-207 |
Constant |
SQLE_WRONG_NUM_OF_INSERT_COLS |
SQLState |
53002 |
ODBC State |
42000 |
The number of values you are trying to insert does not match the number of columns specified in the INSERT command, or the number of columns in the table if no columns are specified.