我需要帮助来更新表中的余额列。使用更新命令
customer_master 中的余额列
customer_master > custcode,余额
它需要根据两个表中的值进行更新
Bookings > custcode, bookingamount
应收账款 > custcode、amountrecd
对于客户代码,余额为 bookingamount - amountrecd
该命令将在 mysql 和 postgresql 中应用。
它可以适用于单个客户,例如(对于 custcode ='A1234XXXXX'),也可以适用于 customer_master 中存在的所有客户。
我在“更新两张表的余额”上尝试了谷歌,但到目前为止没有运气。
谢谢