2个表的连接作为条件的update该如何写 30
比如说table1table2两个表updatetable2settable2.aaa='1'wheretable2.aaa=table1.bbbandtable1.cc...
比如说table1 table2两个表
update table2
set table2.aaa = '1'
where
table2.aaa = table1.bbb
and table1.ccc = '3';
就这种意思,但是这样运行好像不通 展开
update table2
set table2.aaa = '1'
where
table2.aaa = table1.bbb
and table1.ccc = '3';
就这种意思,但是这样运行好像不通 展开
展开全部
update table2 set table2.aaa = '1' where table2.aaa =(select table1.bbb from table1 where table1.ccc = '3')
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询