View Single Post
  #1 (permalink)  
Old 05-23-2006, 11:36 PM
alexfr alexfr is offline
Junior Member
 
Join Date: May 2006
Posts: 24
alexfr is on a distinguished road
Default 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
Reply With Quote

ANSWER(S):