为何到了FOR yy in 1...10 LOOP就总是跳过了整个loop呢?

superfishmanweb 2005-09-14 03:18:43

create or replace procedure testtest(t out varchar) is
yy number(10);
tt varchar(100);
begin

yy:=1;
FOR yy in 1...10 LOOP
select c_id into tt from t_collect;
END LOOP;

end testtest;


为何到了FOR yy in 1...10 LOOP就总是跳过了整个loop呢?
...全文
76 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
waterfirer 2005-09-14
  • 打赏
  • 举报
回复
FOR yy in 1...10 LOOP
换成
FOR yy in 1..10 LOOP

17,377

社区成员

发帖
与我相关
我的任务
社区描述
Oracle 基础和管理
社区管理员
  • 基础和管理社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧