MySQL Forums
Forum List  »  Triggers

Re: CREATE TRIGGER AFTER SELECT
Posted by: Peter Brawley
Date: August 24, 2009 11:16AM

MySQL triggers can be triggered only by UPDATE, DELETE and INSERT. What you're trying to do is application-centric and needs to be done in the application layer.

PB
http://www.artfulsoftware.com

Options: ReplyQuote


Subject
Views
Written By
Posted
14493
August 21, 2009 06:05PM
Re: CREATE TRIGGER AFTER SELECT
4845
August 24, 2009 11:16AM


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.