mysqlsql storage
Problem: When calling a successfully created stored procedure prompt in phpadmin
#1312 - PROCEDURE phonelive.hi can't return a result set in the given context
The code is as follows:
create PROCEDURE hi()
select 'hello';
//Your SQL statement has been successfully run (the query took 0.0003 seconds)
call hi();
#1312 - PROCEDURE phonelive.hi can't return a result set in the given context
There is a master Any idea what the problem is?
http://www.cnblogs.com/fnlingnzb-learner/p/5865256.html