如何在SQL中使用JOIN執行UPDATE語句? - How can I do an UPDATE statement with JOIN in SQL?

問題:

I need to update this table in SQL Server 2005 with data from its 'parent' table, see below: 我須要使用其「父」表中的數據更新SQL Server 2005中的此表,請參見下文: this

sale 銷售 spa

id (int)
udid (int)
assid (int)

ud ud .net

id  (int)
assid  (int)

sale.assid contains the correct value to update ud.assid . sale.assid包含更新ud.assid的正確值。 code

What query will do this? 什麼查詢將執行此操做? I'm thinking a join but I'm not sure if it's possible. 我正在考慮join但不肯定是否可行。 get


解決方案:

參考一: https://stackoom.com/question/5QSA/如何在SQL中使用JOIN執行UPDATE語句
參考二: https://oldbug.net/q/5QSA/How-can-I-do-an-UPDATE-statement-with-JOIN-in-SQL
相關文章
相關標籤/搜索