标签: django postgresql orm
我希望在以下位置创建行平衡:
$my_array = explode(",",$var_word);
SQL中有一些答案(很可能是LAG()函数),但是在Django ORM中如何实现却有问题。
balance = (balance from previous date) + inflows - outflows