日期:2014-05-19  浏览次数:20580 次

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

------解决方案--------------------
當然有。如:
update a set a.num = (select count(1) from b )
where...........