二、pl/sql的执行体
declare
--变量声明
begin
--运行语句
exception
--异常处理
end;
三、pl/sql控制结构
1、if-then-elsif结构
if 条件 then
elsif 条件 then
end if;
本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)