mysql查询 - 信用卡 - >计算余额(复杂表格结构)

时间:2014-04-22 11:18:55

标签: mysql sql sum

我有这种表结构:

enter image description here

" Plati" table = Credit。

" Suma" column = amount。

样本借记数据:

enter image description here

样本信用数据:

enter image description here

我想要这个结果:

plati.Id
debite.IdDosar
debite.Suma
plati.Suma AS Plata
(debite.Suma - 所有先前的plati.Suma命令由plati.Data提供)AS RestPlata

喜欢这个擅长:

enter image description here

可以使用sql查询但不能使用变量,因为我想拆分此查询以在finally上创建一个视图吗?

0 个答案:

没有答案