建立一個存儲函數,返回指定員工的姓名,薪水和年收入

/* 建立一個存儲函數,返回指定員工的姓名,薪水和年收入 */ create or replace function queryEmp2(eno in number, empname out VARCHAR2,empsal out NUMBER) --返回年收入 return NUMBER as begin   select ename,sal into empname, empsal from
相關文章
相關標籤/搜索