MySQL Forums
Forum List  »  Triggers

Re: Triggers question!
Posted by: Peter Brawley
Date: August 26, 2016 08:48AM

> IF (master_table_ltp.IMHQ_solicitada = 'Si') THEN

Such a reference need a row spec eg

IF (NEW.IMHQ_solicitada = 'Si') THEN

Options: ReplyQuote


Subject
Views
Written By
Posted
2259
August 25, 2016 03:09PM
938
August 25, 2016 06:35PM
1138
August 25, 2016 10:06PM
Re: Triggers question!
934
August 26, 2016 08:48AM
1127
August 26, 2016 02:51PM
1105
August 26, 2016 07:26PM


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.