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