MySQL Forums
Forum List  »  Stored Procedures

Re: get result of executing prepared statement
Posted by: Tom Byars
Date: May 12, 2015 04:52AM

Assuming your first line of sql was meant to read

set @sql = "select x from tbl into @v";

then that's exactly the solution I was looking for Peter. Many thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: get result of executing prepared statement
1281
May 12, 2015 04:52AM


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.