Quote:
Originally posted by rokslide
Hmmm, I could give you a method of doing this in MS SQL but not in Oracle I'm sorry.... and I'm pretty sure the MS SQL solution would not work in Oracle,... I would suggest posting a question in the Oracle forums and seeing if anyone can help with the SQL there...
|
How do I get the results printed out in the asp page?
the sum and so on
Do I get multiple Sums if I write like below and use group by?
select sum(column) AS RECORDSET
Thanks//Martin