Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Scott
Posting Yak Master
145 Posts |
Posted - 2001-09-27 : 11:08:40
|
| If I return a query with a column of values how can I add a running total to this field.eg: select from database:Cost-------1352Want to be able to get:Cost Balance---------------1 13 45 92 11Any ideas?? |
|
|
|
|
|