Mysql报错:1172 – Result consisted of more than one row

  • Post author:
  • Post category:mysql


在执行写好的存储过程中出现

Result consisted of more than one row

的报错,

之前编写存储过程没有报错,检查发现是由于其中的一条语句


select f_id into id from t_app_service

中的f_id有多个输出值导致的,加上条件语句进行筛选后输出即可。



版权声明:本文为qq_32392597原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。