Link to home
Start Free TrialLog in
Avatar of alines
alines

asked on

Pipeline Function

Hi

Looking for some help in creating a pipeline function instead of using a ref cursor.  As an example but will expand later, I wish to select on the following with an in param:

in_integerdate_param in number

Select
   First_name,
   Last_name
from
  name_table
where integer_date = in_integerdate_param

Thanks in advance

Andrew
ASKER CERTIFIED SOLUTION
Avatar of Sean Stuber
Sean Stuber

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial