MySQL Forums
Forum List  »  Triggers

Re: How to disable all database triggers??? Thanks
Posted by: MARK ROBSON
Date: May 08, 2009 06:55AM

Is the syntax correct with this:

if (DISABLE_TRIGER <> 1 ) then
#trigger body
end if;

should it not be:

if (@DISABLE_TRIGER <> 1 ) then
#trigger body
end if;

?

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to disable all database triggers??? Thanks
6158
May 08, 2009 06:55AM


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.