码迷,mamicode.com
首页 > 数据库 > 详细

oracle异常:ORA-01422: exact fetch returns more than requested

时间:2016-11-11 19:36:06      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:chm   sel   异常   mil   into   str   没有   ini   解决方法   

ORA-01422: exact fetch returns more than requested

神奇的错误,困扰了我一个下午。

问题描述:明明只有一行记录,结果是报了多条记录的错误。令我百思不得其解,

检查无数遍sql没有问题。

解决方法:因为起的变量名字与列名一致。

select r.stu_type_cd INTO stu_type_cd from r.stu r where r.stu_idstu_id

这里出现了两个重名的地方:r.stu_type_cd 与stu_type_cd ;;;;r.stu_id 与 stu_id; 

 

oracle异常:ORA-01422: exact fetch returns more than requested

标签:chm   sel   异常   mil   into   str   没有   ini   解决方法   

原文地址:http://www.cnblogs.com/mycold/p/6055085.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!