MySQL Forums
Forum List  »  Newbie

Re: 1136 error Can't figure out how to fix it.
Posted by: Phillip Ward
Date: May 05, 2022 04:07AM

Error 1136 is "Column count doesn't match value count ..."

Your table has 13 columns, but your insert statement has 14 values.

Regards, Phill W.

Options: ReplyQuote


Subject
Written By
Posted
Re: 1136 error Can't figure out how to fix it.
May 05, 2022 04:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.