[SQL] 只更新表中某一部分數據的實現方法

(1)只更新表中前10條數據(更新爲固定值): spa update BranchAccount set AccountNumber = '10010' from (select top 10 *from BranchAccountorder by ID)as t1 where BranchAccount.ID = t1.ID blog (2)用一個表的字段值更新另外一個表的某字段值: date
相關文章
相關標籤/搜索