会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
笑笑江南 的技术小窝
左手java右手dotnet
导航
博客园
首页
新随笔
联系
订阅
管理
公告
2008年7月22日
oracle调试 存储过程基本语法
摘要: oracle 调试 test window中 新建 bookmark,F9 --start,ctrl+N -- run into declare Num_a number:=6; Num_b number; begin Num_b :=0; Num_b := Num_a/Num_b; Num_b :=7; dbms_output.put_line('value of Num_b'||...
阅读全文
posted @ 2008-07-22 17:02 笑笑江南
阅读(757)
评论(0)
推荐(0)
编辑