原因是游标查询返回多条记录,而实际通过select 列明 into 变量 FROM 表A where ···插入变量的信息是单个变量,不是多条记录,故产生了如下的错误ORA-01422: exact fetch returns more than requested number of rows
关于ORA-01422: exact fetch returns more than requested number of rows的问题
最新推荐文章于 2023-03-24 09:00:51 发布