Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Optional (ignored) parameters in stored procedures (PL/SQL)? How to?
Niall Litchfield wrote:
> How about overloading your function
>
> eg
>
> Function doit(memberid in T_UM_BASE.UMBS_MEMB%TYPE, state in
> T_UM_BASE.UMBS_MEMB%TYPE);
> Function doit(memberid in T_UM_BASE.UMBS_MEMB%TYPE);
>
> with appropriate selects in each one.
>
Or using native dynamic SQL?
Though I do like overloading.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Fri Jan 09 2004 - 11:07:30 CST
![]() |
![]() |