Subject | Re: [firebird-support] Aggregate UDFs? |
---|---|
Author | Ivan Prenosil |
Post date | 2006-04-20T13:18:26Z |
>>>This is not something I need right now, but I'm curious: is it possibleAdding this specific function was discussed yesterday on devel list.
>>>to add aggregate functions as UDFs?
>>>
> Yes, I mean that KIND of function, but assume you'd want to return for
> example a concatenation of the values in a column:
>
> select Concat_UDF(ITEM)
> from STUFF
> group by CATEGORY
Ivan