首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > 其他数据库 >

oracle之procedures之惯用判断等

2012-09-12 
oracle之procedures之常用判断等1. if length(pTimes) 0 then2. savepoint a //储存点?rollback to sav

oracle之procedures之常用判断等

1. if length(pTimes) = 0 then

2. savepoint a ;//储存点?rollback to savepoint a;//回滚到储存点

3.
is
????? pCount??????????? int := 0;
????? pRouteRows??????? x_route_result%rowtype;
begin
4.
?if pId is null or pId = '' then

?if pTermType <> 'LI' and pTermType <> 'LII'

?

?

热点排行