| Article: |
SQL Subqueries | |
| Subject: | accumulate a field | |
| Date: | 2006-04-05 21:30:05 | |
| From: | paul21_7 | |
|
Response to: accumulate a field
|
||
|
SELECT date, qty, ( (SELECT qty FROM table b WHERE b.date = (a.date - 1)) + qty ) tqty FROM table a
|
||
Showing messages 1 through 2 of 2.




