摘要: 1、存储过程示例:为指定的职工在原工资的基础上长10%的工资SQL> create or replace procedure raiseSalary(empid in number) as pSal emp.sal%type; begin select sal int... 阅读全文
posted @ 2014-07-01 13:38 Eryk Leung 阅读(225) 评论(0) 推荐(0)