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