phpMyAdmin
Posted: Mon May 30, 2011 10:56 am
I am using Version 3.2.4 of phpMyAdmin and have, apparently, been successful in creating a stored procedure which I called "get_stuff". Now I'm trying to figure out how to CALL it from within the SQL window.
So I tried to follow it with:
CALL practice2.get_stuff(12);
However I get the result:
#1312 - PROCEDURE practice2.get_stuff can't return a result set in the given context
any thoughts on this?
thanks,
chop
So I tried to follow it with:
CALL practice2.get_stuff(12);
However I get the result:
#1312 - PROCEDURE practice2.get_stuff can't return a result set in the given context
any thoughts on this?
thanks,
chop