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