mysqlsql存储
问题:在phpadmin里面 调用 已经创建成功的存储过程提示
#1312 - PROCEDURE phonelive.hi can't return a result set in the given context
代码如下:
create PROCEDURE hi()
select 'hello';
//您的 SQL 语句已成功运行 ( 查询花费 0.0003 秒 )
call hi();
#1312 - PROCEDURE phonelive.hi can't return a result set in the given context
有大神知道什么问题吗?
http://www.cnblogs.com/fnlingnzb-learner/p/5865256.html