MySQL Forums
Forum List  »  Triggers

Re: ERROR 1415 (0A000): Not allowed to return a result set from a trigger
Posted by: Peter Brawley
Date: October 11, 2017 10:54AM

If the query can return multiple rows: create temporary table somename select ...

Otherwise select ... into @this, @that &c ...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1415 (0A000): Not allowed to return a result set from a trigger
1564
October 11, 2017 10:54AM


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.