Posts by Luis Gomes • 11 points
1 post
-
0
votes1
answer66
viewsQ: Field cumulativity calculated using Sqlserver
I have the following table: Therefore, I need to accumulate the value of the expression using SQL Server and the only way I could do it was using cursor; someone has another idea? USE TEMPDB GO IF…