Mysql报错:1172 - Result consisted of more than one row
在执行写好的存储过程中出现Result consisted of more than one row的报错,之前编写存储过程没有报错,检查发现是由于其中的一条语句select f_id into id from t_app_service中的f_id有多个输出值导致的,加上条件语句进行筛选后输出即可。...
·
在执行写好的存储过程中出现Result consisted of more than one row
的报错,
之前编写存储过程没有报错,检查发现是由于其中的一条语句select f_id into id from t_app_service
中的f_id有多个输出值导致的,加上条件语句进行筛选后输出即可。
更多推荐
所有评论(0)