码迷,mamicode.com
首页 > 数据库 > 详细

sql: PL/SQL proc

时间:2015-11-24 12:32:21      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

A PL/SQL block has the following structure:

[DECLARE
declaration_statements
]
BEGIN
executable_statements
[EXCEPTION
exception_handling_statements
]
END;
/

  []中是可选的.

sql: PL/SQL proc

标签:

原文地址:http://www.cnblogs.com/mylinux/p/4991014.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!