MySQL Forums
Forum List  »  Triggers

Re: is it possible to create multiple trigger_event in one trigger
Posted by: Andrew Gilfrin
Date: March 02, 2006 06:08AM

No this can't be done at present, each action needs it's own trigger. What you could do is write a procedure to do the work and then call it from the two triggers, how effective and workable that is would be open to question.

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: is it possible to create multiple trigger_event in one trigger
1953
March 02, 2006 06:08AM


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.