CONTINUE语句是在Oracle 11G中添加的,在以前的版本中不可用.解决方案是使用GOTO:
loop
if something then
goto continue_label;
end if;
...
<<continue_label>> null;
end loop;
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3869 次 |
| 最近记录: |