liaoxujun@qq.com
2024-03-04 29045b28aed633b6fc3a5d8644a444c9726b4e17
1
2
--更新商品编码分隔符
UPDATE dbo.CoreCmsGoods SET spesDesc = REPLACE(spesDesc, '.', '&&'), parameters = REPLACE(parameters, '.', '&&'), newSpec = REPLACE(newSpec, '.', '&&');