求助,excel中已经可以更新某一列了,我怎么应该怎么更新某一行? update [第一联$] set F2='brook' 更新第二例 我应该怎么去更新第2行?急。
分享到:
------解决方案-------------------- where 主见=第二行的主键 啊 ------解决方案-------------------- 第6行: update .. set .. from where F2='高琪' 第7行: update .. set .. from where F2='肖莉' ------解决方案-------------------- 回貼者有分.