公告板
版本库
filestore
活动
搜索
登录
main
/
baifenbaishop
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
no message
liaoxujun@qq.com
2024-02-28
e3e4b8cfcbbed8ffde28a48d019465daf6587ed8
[baifenbaishop.git]
/
数据库
/
SqlServer
/
20221104
/
更新脚本.txt
1
2
--更新商品编码分隔符
UPDATE dbo.CoreCmsGoods SET spesDesc = REPLACE(spesDesc, '.', '&&'), parameters = REPLACE(parameters, '.', '&&'), newSpec = REPLACE(newSpec, '.', '&&');