建立存儲過程,以部門編號爲參數返回該部門的人數及平均工資(返回一個值能夠經過函數來實現,但若是要返回多個值,須要使用out或in out模式參數實現)

create or replace procedure proc_return_deptinfo(p_deptno employees.departmentid%type,                                                  p_avgsal out employees.salary%type,                             
相關文章
相關標籤/搜索