MySQL Forums
Forum List  »  Triggers

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

Thanks for your reply. I understand triggers can't return a result set. The question is how can I stop the procedure called by the trigger from returning a result set. As for the procedure itself I am not trying to return a result set from that either. MySQL by default is returning the result set. Other databases I've worked with have options to suppress this output, i.e., NOCOUNT in SQL. Is there a means to do so in MySQL?

thanks

Options: ReplyQuote


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


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.