declarex number:=0;beginfor x in 1..2000 loopif(x<=100) theninsert into TT values(system.XL.nextval,5000);else if(x>100) and(x<301) theninsert into TT values(system.XL.nextval,4000);else if(x>300)and(x<1301) theninsert into TT values(system.XL.nextval,3000);elseinsert into TT values(system.XL.nextval,2500);end if;end loop;end;
3 回答
已采納

雨辰啊
TA貢獻(xiàn)4條經(jīng)驗(yàn) 獲得超0個(gè)贊
你在end loop;上面再加一個(gè)end if;試試,我看了你的代碼,好像是上面的判斷語(yǔ)句沒(méi)有閉合完!
- 3 回答
- 0 關(guān)注
- 2500 瀏覽
添加回答
舉報(bào)
0/150
提交
取消