当前位置:Gxlcms > 数据库问题 > sql多表更新

sql多表更新

时间:2021-07-01 10:21:17 帮助过:2人阅读

--sql多表更新
update PMS_Financial_Gathering set ShouldMoney=PMS_Contract_RentScheme.Rent
from PMS_Financial_Gathering
inner join PMS_Contract_RentScheme on PMS_Financial_Gathering.RentSchemeCode=PMS_Contract_RentScheme.RentSchemeCode

sql多表更新

标签:

人气教程排行