狐狸丢丢
2016-02-02 10:42
declare begin update emp set sal=sal+1000 where JOB='PRESIDENT'; update emp set sal=sal+800 where JOB='MANAGER'; update emp set sal=sal+400 where JOB<>'PRESIDENT' and JOB <> 'MANAGER'; end; /
为什么要用那么复杂的PL/SQL,这个可以实现啊,不理解。求指点~~~
就是教你怎么用光标,在深入学习的时候你就知道光标的作用了
Oracle数据库开发必备利器之PL/SQL基础
75048 学习 · 208 问题
相似问题