读书人

请教在Sql Server中有没有子查询更新数

发布时间: 2012-01-09 21:05:42 作者: rapoo

请问在Sql Server中有没有子查询更新数据
如题

[解决办法]
然有。如:
update a set a.num = (select count(1) from b )
where...........

读书人网 >SQL Server

热点推荐