随笔分类 -  pl/sql编码

分享学习来的pl/sql编码知识
 
【PL/SQL基础知识】结构
摘要:1.pl/sql块的结构 declare --声明的变量、类型、游标 begin --程序的执行部分(类似于java的main()方法) exception --针对begin块中出现的异常 when ... then .... end ; 2.打印输出 hello world declare -- 阅读全文
posted @ 2017-03-12 21:43 watchfree 阅读(205) 评论(0) 推荐(0)