所以现在我想计算所有股票中的产品,以便结果看起来像(假设商店表有store1和store2的两个记录):
如果不可能,这种格式也可以接受
主要问题是我无法弄清楚我应该如何计算每家商店的当前库存。
the curent stock for each stock = sum of all productin this stock
- sum of all productout this stock
+ sum of all producttransfer with transfertype=0 in this stock
- sum of all producttransfer with transfertype=1 in this stock
那么当商店编号未修复时,我应该如何为每个商店计算
答案 0 :(得分:0)
我认为它应该有效,我在旅途中写它所以不能百分百肯定并且可能存在一些拼写错误
Game