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 -> Need help with sum

Need help with sum

From: claudio <cat_bwo_at_hotmail.com>
Date: 25 May 2001 06:44:04 -0700
Message-ID: <98a9ad28.0105250544.41be8235@posting.google.com>

My table looks like this:

name...................price
Schwarzenegger...........100
Fonda.....................10
Fonda.....................40
Fonda....................200
Thomas....................50
Thomas....................20


Sql should give this:

name...................price
Schwarzenegger...........100
Fonda....................250
Thomas....................70


The sum command does not seem to work in this case (only whole columns?), any help would be greatly appreciated :-). Received on Fri May 25 2001 - 08:44:04 CDT

Original text of this message

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