type t_type_rt is table of emp_lyh%rowtype;[/backcolor]
function f_return_table(p_salary varchar2) return t_type_rt[/backcolor]
pipelined is[/backcolor]
begin[/backcolor]
for c_get in (select * from emp_lyh t where t.salary >= p_salar ...
↧