cod*_*247 1 oracle stored-procedures
任何人都可以给出一个简单的Oracle存储过程示例,用于一次更新两个表.
sch*_*rik 6
CREATE OR REPLACE PROCEDURE update_2_tables IS begin update t1 set c1 = 1; update t2 set c1 = 2; end; /
归档时间:
14 年,1 月 前
查看次数:
18957 次
最近记录: