当前位置: 代码迷 >> Sql Server >> ,excel中已经可以更新某一列了,小弟我如何应该如何更新某一行
  详细解决方案

,excel中已经可以更新某一列了,小弟我如何应该如何更新某一行

热度:2   发布时间:2016-04-24 21:00:39.0
求助,excel中已经可以更新某一列了,我怎么应该怎么更新某一行?
update [第一联$] set F2='brook'  更新第二例
我应该怎么去更新第2行?急。

------解决方案--------------------
where 主见=第二行的主键   啊
------解决方案--------------------
第6行: update .. set .. from where F2='高琪'
第7行: update .. set .. from where F2='肖莉'
------解决方案--------------------
回貼者有分.
  相关解决方案