create or replace
function get_products
return t_ref_cursor is
v_products_ref_cursor t_ref_cursor;
begin
open v_products_ref_cusor for
select value(op)
from object_products op
order by op.id;
return v_products_ref_cursor;
end get_products;
慕娘9325324
慕斯王
随时随地看视频慕课网APP
相关分类