MySQL Forums
Forum List  »  Docs

Re: Trigers documentation
Posted by: Jonathan Stephens
Date: August 17, 2009 11:51PM

Hi Herman,

Not sure what you think might be lacking in the description of CREATE TRIGGER syntax, which says,

Quote

trigger_time is the trigger action time. It can be BEFORE or AFTER to indicate that the trigger activates before or after each row to be modified.

trigger_event indicates the kind of statement that activates the trigger. The trigger_event can be one of the following: ...

I think the sentence I've made bold provides the answer ("No") to your question.

cheers

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
5201
August 17, 2009 06:21AM
Re: Trigers documentation
3100
August 17, 2009 11:51PM


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.