MySQL Forums
Forum List  »  Stored Procedures

Re: Dynamically Creating Triggers from a Stored Procedure
Posted by: Peter Brawley
Date: June 20, 2013 11:54AM

Again, Trigger syntax is literal. There is no such thing as a general purpose MySQL Trigger. If you must create 300 Triggers and they follow definable patterns, consider generating them with a good scripting language like Perl or PHP.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Dynamically Creating Triggers from a Stored Procedure
2656
June 20, 2013 11:54AM


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.