MySQL Forums
Forum List  »  Stored Procedures

Re: To simplify it is to insert or update in table1 of table2 and table3
Posted by: Peter Brawley
Date: June 20, 2018 10:00AM

It will not be faster in an sproc, but it will be more difficult to manage.

In any event, you should start by implementing it in a transaction blocked out in an ordinary sql script.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: To simplify it is to insert or update in table1 of table2 and table3
556
June 20, 2018 10:00AM


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.