oracle存储过程返回集合
摘要:
--包头create or replace package pkg_testastype myCursor is ref cursor;end pkg_test;create procedure list_early_deaths(refcursor_name out pkg_test.myCursor) astoesup pkg_test.myCursor;beginopen toesup fo... 阅读全文
posted @ 2005-09-07 17:12 琼 阅读(869) 评论(0) 推荐(0) 编辑