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 10, 2017 04:20PM

A Trigger can't return a resultset. Period. If you think about how Triggers are called amd how MySQL sprocs work, you'll see why it must be like that.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1415 (0A000): Not allowed to return a result set from a trigger
2107
October 10, 2017 04:20PM


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.