在MySQL中计算余额

时间:2013-02-23 05:53:22

标签: mysql balance

在MySQL中我想执行一个查询,通过该查询我可以通过公式确定Total Out:

总开放=最后记录(总开放)+总出 - 总计

查看

total_in   total_out  total_open  unb_month  

   3          3           7  December   
   7          5           0  November   
  10          8           0  October    
  10         11           0  September  
   6          5           0  August     
   8         16           0  July       
   6          5           0  June       
   9          7           0  May        
   6         12           0  April      
  13          5           0  March      
  15         13           0  February   
   8         11           0  January    

答案就像:

total_open
    7
    7
    5
    3

。 。 等等

但正在计算Total In和Total Out,表中没有。

0 个答案:

没有答案