MySQL Forums
Forum List  »  Triggers

Re: Problem creating multiple triggers on the same table
Posted by: Devart Team
Date: April 12, 2012 02:57AM

It is possible that such triggers exist.

Check all created triggers -

SELECT * FROM information_schema.triggers;

Devart Company,
MySQL management tools
http://www.devart.com/dbforge/mysql/

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Problem creating multiple triggers on the same table
1483
April 12, 2012 02:57AM


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.