Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

问题描述:批量修改商品档案–备注1,之前有填写过的就可以批量修改,没有填写过的就仍然是空

处理方法:备份数据后执行下面语句再去修改,如果执行这个语句后 还是无法修改,那就只能升级。

UPDATE dbo.ptype SET othercomment1= ISNULL(othercomment1,''),othercomment2= ISNULL(othercomment2,''),othercomment3= ISNULL(othercomment3,''),othercomment4= ISNULL(othercomment4,''),othercomment5= ISNULL(othercomment5,'')  

本地测试v3 991执行后可以修改了。

  • No labels