MySQL Forums
Forum List  »  PHP

mysql_query with multiple inserts
Posted by: Nasir khan
Date: September 04, 2017 03:30AM

is their any limitation for mysql_query while inserting multiple rows.
for example:
insert into table (column....) values
(vals......),(vals......),(vals......),(vals......),........)
i am tring to insert more then 200 rows and getting error failed after 100.

Options: ReplyQuote


Subject
Written By
Posted
mysql_query with multiple inserts
September 04, 2017 03:30AM


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.