读书人

oracle之procedures之惯用判断等

发布时间: 2012-09-12 09:21:30 作者: rapoo

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'

?

?

读书人网 >其他数据库

热点推荐