Subject | Re: [firebird-support] Is this possible with a function ? |
---|---|
Author | Helen Borrie |
Post date | 2009-09-20T09:17:30Z |
At 07:01 PM 20/09/2009, Thomas Steinmaurer wrote:
./heLen
>If FUNC_SOLD *is* a selectable SP, then you could try:...as long as the SP returns a singleton, i.e., not more than one row of output. ;-)
>
>select
> a.year
> , a.month
> , a.day
> , (select sold from func_sold(a.year, a.month, a.day)) as sold
>from
> mytable a
./heLen