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 |
|
nfsoft
Starting Member
36 Posts |
Posted - 2004-07-05 : 12:41:21
|
| I don't know if that is the correct name to it. I need a column in a view of something like a sales table that resumes the subsum of the rows above.ex:name value sumxpto 2.1 2.1abcd 1.3 3.4abcx 1.0 4.4abcy 1.3 4.7then base table is Sales(name, value)...Can this be done? who?I can't find a solution except by using a cursor....TanksNuno Ferreira |
|
|
Seventhnight
Master Smack Fu Yak Hacker
2878 Posts |
|
|
|
|
|