.Net  

2007年8月12日

摘要: CREATE OR REPLACE PROCEDURE abcde(mgr in number)as type t_pubapplyrow is record( v_empno number(4), v_ename varchar2(10) ); v_mgr emp.mgr%type; type cur_test is ref cursor; emp_cur cur_test; ... 阅读全文
posted @ 2007-08-12 17:05 东方新秀 阅读(604) 评论(0) 推荐(0) 编辑