MySQL Forums
Forum List  »  Newbie

Re: Error Code 1136.
Posted by: Peter Brawley
Date: May 08, 2018 08:54PM

In Insert Into ... (column_list) values(value_list), the number of items in column_list does not match the number of values in value_list.

Awkward to suss out if there are many columns, so Insert Into ... Set... syntax is much less prone to such errors. And it involves no more typing.

Options: ReplyQuote


Subject
Written By
Posted
May 08, 2018 10:50AM
Re: Error Code 1136.
May 08, 2018 08:54PM
May 08, 2018 09:08PM
May 09, 2018 11:22AM
May 09, 2018 01:38PM


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.