简单的问题简单的问表A里有字段 AA 里的值为空 AA NULL NULL . . 现在如何更新为 AA 1 2 3 . . 也就是更新为标志列。[解决办法] declare @c int set @c=0; update temp1 set id= @c,@c=@c+1