MySQL Forums
Forum List  »  Triggers

Re: update/insert triggers pass row to procedure call
Posted by: Peter Brawley
Date: May 30, 2017 06:29PM

> Suppose we have two triggers and a procedure

Why bother with the sproc? Why not just code the Triggers?

> Can the entire row be passed i

There's not a data type that's convenient for that, so it'd be awkward.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: update/insert triggers pass row to procedure call
1100
May 30, 2017 06:29PM


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.