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

能不能返回当前更新的数据解决思路

2012-03-18 
能不能返回当前更新的数据例如:update table set numnum+1 where id**能不能直接返回num[解决办法]SQL c

能不能返回当前更新的数据
例如:update table set num=num+1 where id=**
能不能直接返回num

[解决办法]

SQL code
update table set num=num+1 where id=** 

热点排行