孤狼啸月_0001
2018-11-19 21:45
在存储过程中,begin和end之间直接写三个update语句不可以吗?
begin
update emp set sal=sal+400 where job='a';
update emp set sal=sal+800 where job='b';
end;
这样写不可以吗
也没有说一定要用光标吧,只是拿了个例子讲了一下而已吧,也没有说你这样不行
Oracle数据库开发必备利器之PL/SQL基础
75048 学习 · 208 问题
相似问题