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 -> aggregate function

aggregate function

From: <slezakp_at_billmax.com>
Date: Wed, 20 Dec 2000 14:41:25 GMT
Message-ID: <91qgek$18q$1@nnrp1.deja.com>

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/ Received on Wed Dec 20 2000 - 08:41:25 CST

Original text of this message

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