Subject | Re: Procedure as Function calling |
---|---|
Author | psmdev |
Post date | 2005-05-04T15:36:25Z |
> Remove the suspend statement. You don't need it since there willnever be
> more than one row returned.Without the suspend, it'll return a single row, but that row will
contain nothing but nulls.
So you DO need the SUSPEND.