程序员人生
网站导航
返回首页
php框架
web前端
程序人生
php开源
数据库
服务器
互联网
联系我们
oracle goto循环
栏目:
数据库应用
时间:2014-12-18 09:03:03
以下:
declare x number; begin x:=0; <<gsign>> --定义goto标签 x:=x+1; --这里加几就是控制step的方法 dbms_output.put_line(x); if x<5 then goto gsign; --将语句定义到上面goto的地方 end if; end;
------分隔线----------------------------
上一篇
兔子--提高Android SDK更新速度
下一篇
Codeforces Round #281 (Div. 2) 解题报告 A.B.C.D.
------分隔线----------------------------
最新技术推荐
1
cassandra 3.x官方文档(5)---探测器
2
[置顶] Aerospike数据库实战(四) -- Aerospike 安装部署
3
Oracle 12c for GIS解决方案
4
[置顶] Aerospike数据库实战(五) -- Aerospike C Client 开发
5
MySQL Group Replication [Single-Primary Mode] 详细搭建部署过程
6
mysql进阶(三十)MySQL Workbench出错KERNELBASE.dll停止工作 + MySQL服务消失 + 服务启动失败解决方法
7
[置顶] Aerospike数据库实战(六) -- 踩坑&经验总结