
oracle
pengfeifei26
这个作者很懒,什么都没留下…
展开
-
oracle 存储过程例子
[code="sql"] oracle 存储过程学习过程 建立一个最简单的存储过程 create or replace procedure test_xg_p1 is begin dbms_output.put_line('hello world! this is the first procedure'); end; 建立一个带输入输出参数的存储过程:把输入的数据传给...原创 2013-08-29 18:19:46 · 100 阅读 · 0 评论 -
oracle 触发器
http://blog.youkuaiyun.com/indexman/article/details/8023740/原创 2014-08-28 15:11:33 · 109 阅读 · 0 评论