Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: user defined aggregate function
A copy of this was sent to "Simon Wright" <simon_at_syntrium.com>
(if that email address didn't require changing)
On Mon, 14 Jun 1999 09:17:15 +0100, you wrote:
>Is it possible to write an aggregate function for Oracle v8.x
>
>I can't see anyway in PL/SQL but maybe there's a way in Oracle8i?
>
You cannot write an aggregate function like "min, max, count, sum, etc"....
you can write functions that provide aggregate results though.
See http://www.oracle.com/ideveloper/ for my column 'Digging-in to Oracle8i'... Mirrored (and more current) at http://govt.us.oracle.com/~tkyte/
Current article is "Fine Grained Access Control", added June 8'th
Thomas Kyte tkyte_at_us.oracle.com Oracle Service Industries Reston, VA USA--
![]() |
![]() |