储存过程中有多条查询语句,比如:create procedure(beginselect count(*) from user;select * from user;end)怎么在程序端获取两条查询语句的值
存储过程有输入输出参数,设置两个输出参数就可以了。