• Answers
  • Web
Answer 7 out of 9
 
A:

I think you can run the following query:

select

name,

(select sum(value) from TABLENAME tn2 where

tn2.name <= tn.name) as sumValue

from TABLENAME tn

order by name

try this and let me know

Posted 3 years ago
gliksman was invited by Yedda to answer this question.

Helpful?(4)
Rated as Best Answer
 
Comment About This Answer (or add your own answer)

Feed - Subscribe to changes to this Q&A Blog
ADVERTISEMENT
  • Answers
  • Web
Copyright © 2006-2009, Yedda Inc. and respective copyright owners