I have a table A which has the following data:

A
----
1
2
3
4
9
2

I need the following output thruogh SQL.

ACCUMULATIVE
-------------
1
3
6
10
19
21

It will hold the sum of the last row and add in it the next row.
I hope, i have convayed the question clearly.

Regards,

Nametullah kalair