oracle 游标操作 怎么判断SQL语句是否查出数据 20
如下是部分代码(c为显示的游标,param1为参数):sql:='select*fromtable_namewhereno=:p1';opencforusingparam...
如下是部分代码(c为显示的游标,param1为参数):
sql :='select * from table_name where no = :p1';
open c for using param1;
if c%rowcount > 0 then
--处理代码
else
--处理代码
end if;
我在PLSQL里面测试的时候,不管没有有查出数据,永远都是执行else里面的,求解释 展开
sql :='select * from table_name where no = :p1';
open c for using param1;
if c%rowcount > 0 then
--处理代码
else
--处理代码
end if;
我在PLSQL里面测试的时候,不管没有有查出数据,永远都是执行else里面的,求解释 展开
6个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询