update k3 set name=(select newer from k3 where name is null) where name is null;
这句有问题,怎么修改?
update [表1] set [列名]=b.[列名]
FROM [表1] a,[表2] b
where a.[关联列]=b.[关联列]
我都是记载onenote里的