MySQL Forums
Forum List  »  MySQL Query Browser

Re: How to test a stored procedure with output parameter
Posted by: James MA
Date: September 20, 2008 05:48AM

Additional information:

In command line client, it can be tested with @ variable,

call sp_dummy(@a);
select @a;

but it doesn't work in Query Browser also.

Options: ReplyQuote


Subject
Written By
Posted
Re: How to test a stored procedure with output parameter
September 20, 2008 05:48AM


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.