MySQL Forums
Forum List  »  Triggers

Re: Issue handling rows in trigger
Posted by: Darren White
Date: February 24, 2012 05:32AM

tried removing SELECT id INTO rowNum FROM b04_reel_data ; and using this:

SET rowNum = NEW.id;

and that seems to work....so far

Options: ReplyQuote


Subject
Views
Written By
Posted
2022
February 24, 2012 05:09AM
Re: Issue handling rows in trigger
1027
February 24, 2012 05:32AM


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.