Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: aggregate function

Re: aggregate function

From: Alex Filonov <afilonov_at_pro-ns.net>
Date: Wed, 20 Dec 2000 20:48:29 GMT
Message-ID: <91r5up$ldk$1@nnrp1.deja.com>

As far as I know, you can't.

In article <91qgc1$16n$1_at_nnrp1.deja.com>,   slezakp_at_my-deja.com wrote:
> Can one write an aggregate function in Oracle 8.1.6?
>
> Example: normal sum
>
> select sum(tools) from powertools;
>
> I want to be able to do:
>
> select mysum(tools) from powertools.
>
> Note that mysum will not know what table or column ahead of time.
>
> Thanks,
> Paul
>
> Sent via Deja.com
> http://www.deja.com/
>

Sent via Deja.com
http://www.deja.com/ Received on Wed Dec 20 2000 - 14:48:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US