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

Home -> Community -> Usenet -> c.d.o.misc -> SQL count problem

SQL count problem

From: Frank Heijmans <no_ftgh_at_xs4all.nl_spam>
Date: Thu, 13 Jan 2000 15:18:32 GMT
Message-ID: <387deca0.26725177@news.xs4all.nl>


Hi,

I am looking for an SQL solution to do a frequency count on a table. My table could look like this:

regnr amount


123           100.00
345           50.00
456           60.00
123           25.00
456           15.00
123           200.00


The count should give me the following result

frequency tot_amount


3             	225.00
2             	85.00
1             	15.00


Is this possible in one query? If so, can someone help me?

Regards,

Frank Received on Thu Jan 13 2000 - 09:18:32 CST

Original text of this message

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