能不能返回当前更新的数据例如: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=**
能不能返回当前更新的数据
例如:update table set num=num+1 where id=**
能不能直接返回num
[解决办法]
update table set num=num+1 where id=**