MySQL数据库中指定字段值用特殊字符分割如何处理?

已邀请:

zkbhj - 凯冰科技站长

赞同来自:

update words set val=  CONCAT(left(val,6),',',SUBSTR(val,7))  where `type` = '3' AND `val` NOT LIKE '%,%';

要回复问题请先登录注册