mssql update from
Posted gxivwshjj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mssql update from相关的知识,希望对你有一定的参考价值。
update b set memo = a.name from a,b where a.id = b.id
--mssql的update :from语法 2 --a表 b表 结构分别 id ,name , id,memo 3 4 5 --b表的memo需要对照a表 关键ID相同就可以更新,语句如下
以上是关于mssql update from的主要内容,如果未能解决你的问题,请参考以下文章
Mysql中You can’t specify target table for update in FROM clause错误解决方法