摘要: 存储过程中跳过错误: if @@error 0 goto pass ……pass: ORACLE中可以用异常块 begin ...... begin insert into ...... exception when 需要继续向下执行的异常 then ... 阅读全文
posted @ 2008-05-16 22:07 湘西小刁民 阅读(126) 评论(0) 推荐(0) 编辑