首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

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

2012-01-09 
请问在Sql Server中有没有子查询更新数据如题[解决办法]當然有。如:update a set a.num (select count(1)

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

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

热点排行