MySQL Forums
Forum List  »  PHP

Re: Error in generated MySQL-syntax
Posted by: Peter Brawley
Date: December 15, 2016 09:55AM

> Insert (...)...Values(...);
> Values(...);
? ...

After the semicolon, you need another Insert statement.

Multiple rows per insert statement need ...

Insert (...) Values(...),(...),etc

Re-read the manual page for Insert.

Options: ReplyQuote


Subject
Written By
Posted
December 15, 2016 04:34AM
Re: Error in generated MySQL-syntax
December 15, 2016 09:55AM


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.