MySQL Forums
Forum List  »  PHP

Re: Truncate does not work
Posted by: Jon Stephens
Date: March 23, 2016 06:24AM

mysqli_query() does not support multiple statements. Use mysqli_multi_query() or execute each statement in a separate mysqli_query() call.

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Written By
Posted
March 22, 2016 12:57AM
Re: Truncate does not work
March 23, 2016 06:24AM
April 25, 2016 09:34AM


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.