How can I update a column in a table with the result of a select statement that uses row being updated as part of the where clause?
This SQL statement ex开发者_Python百科ample is very close to what I think I need...
update table1 set value1 = x.value1 from
问答
阅读(1)