Oracle for 循环 修改语句
declareindustrycategorycodesnumber(30):=12001;beginforiin1..52loopindustrycategorycod...
declare
industrycategorycodes number(30) :=12001;
begin
for i in 1..52 loop
industrycategorycodes :=industrycategorycodes+1;
update Dic_Industrycategory set industrycategorycode=industrycategorycodes where industrycategory_id_parent=440;
end loop;
end;
结果
为什么 Code列不是12001........12052 展开
industrycategorycodes number(30) :=12001;
begin
for i in 1..52 loop
industrycategorycodes :=industrycategorycodes+1;
update Dic_Industrycategory set industrycategorycode=industrycategorycodes where industrycategory_id_parent=440;
end loop;
end;
结果
为什么 Code列不是12001........12052 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询