Thread
:
Create a third row that make the sum of past row + current row (i.e. a running sum)?
View Single Post
#
1
(
permalink
)
05-23-2006, 11:36 PM
alexfr
Junior Member
Join Date: May 2006
Posts: 24
SQL 92
dialect question:
Create a third row that make the sum of past row + current row (i.e. a running sum)?
EXAMPLE :
WEEK TOTAL T
----------- ----------- -----------
3 5 14
2 6 8
1 5 3
0 3 0
alexfr
View Public Profile
Send a private message to alexfr
Find all posts by alexfr
ANSWER(S):