MySQL Forums
Forum List  »  Newbie

Re: TRIGGER
Posted by: Barry Galbraith
Date: March 15, 2015 05:09PM

>this fragment of SQL code worked in MSSQL Server but here in MySQL didnt.

The MySQL Refman will show you the correct syntax to create a trigger in MySQL.
http://dev.mysql.com/doc/refman/5.6/en/create-trigger.html

>kind of action this user use.

If you create a trigger that operates AFTER UPDATE, then you could assume that it's UPDATE.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
P L
March 15, 2015 03:09PM
Re: TRIGGER
March 15, 2015 05:09PM
March 15, 2015 10:49PM


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.