MySQL Forums
Forum List  »  Triggers

Re: No after statement trigger
Posted by: Mark Wallace
Date: November 20, 2016 11:17PM

I need to write to the *same* table, multiple times. To give a concrete example, the user requests to insert one row into the ORDERS table. The triggers need to ensure that four (or five or six, depending on the business rules that govern the specifics of the user's insert) rows are inserted into the ORDERS table, the one they requested (unchanged), plus a few more according to the business rules.

Options: ReplyQuote


Subject
Views
Written By
Posted
1916
November 20, 2016 03:48PM
748
November 20, 2016 07:38PM
Re: No after statement trigger
927
November 20, 2016 11:17PM
772
November 20, 2016 11:39PM
874
November 20, 2016 11:56PM


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.