sum of a column in a cursor
391014Mar 29 2004 — edited Mar 30 2004I am trying to get sum values of a column in a cursor. Is this possible in a cursor?
Select Column_A, sum(Column_B), sum(Column_C) from TableA group by Column_A
Is it possible to fetch the sum columns from a cursor?
Thanks