Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Group functions
Mike Heisz <mheisz_at_rim.net> wrote in message news:newscache$21z7ff$apm$1_at_njord.rim.net...
> Does anyone know how to write (if posssible?) a function to be used in a
> group function in SQL (i.e. something similar to avg)? I found mention of
> this possibility in the Oracle docs but there are no examples of how to do
> it.
The Oracle manual just says: "user functions can be used in the GROUP BY clause" You can't write a user-defined group function. Received on Fri Jul 23 1999 - 06:28:28 CDT
![]() |
![]() |