MySQL Forums
Forum List  »  PHP

Re: Double Insert
Posted by: Peter Brawley
Date: October 15, 2019 11:06AM

Still need to know mysql & php versions. Also, crucially, the storage engine used by the table.

SQL is a set-oriented language. Procedural approaches are inefficient and often stumble. Re transactions see the manual page on the topic.

To understand how your null row values are generated we'll need to see the php code that fills the vars and issues the update cmd.

Options: ReplyQuote


Subject
Written By
Posted
October 14, 2019 12:16AM
October 15, 2019 10:11AM
October 15, 2019 10:54AM
Re: Double Insert
October 15, 2019 11:06AM
October 15, 2019 12:16PM
October 15, 2019 12:30PM
October 15, 2019 12:42PM
October 15, 2019 12:53PM
October 15, 2019 01:04PM
October 15, 2019 09:21PM
October 15, 2019 10:17PM


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.