Create a Cumulative Sum Column in MySQL

前端 未结 9 2120
青春惊慌失措
青春惊慌失措 2020-11-22 00:05

I have a table that looks like this:

id   count
1    100
2    50
3    10

I want to add a new column called cumulative_sum, so the table wou

9条回答
提交回复
热议问题