https://blog.csdn.net/weixin_39043567/article/details/90612526

 

select name,mon,amount,
sum(amount) over(partition by name order by mon rows between unbounded preceding and current row) as account
from monamount;

相关文章:

  • 2021-11-07
  • 2022-12-23
  • 2021-07-28
  • 2021-08-20
  • 2021-08-13
  • 2022-12-23
  • 2022-02-02
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2022-01-12
相关资源
相似解决方案