oracle存储过程中的if...elseif...else用法

用法
if ... then 
...   
elsif ... then 
...   

else 
...   
end if;  


if ... then     
  ...   
else 
...   
end if;   
    
   
if ... then 
...   
end if;

posted @ 2011-07-21 19:00  jex  阅读(3562)  评论(0编辑  收藏  举报