写一个function传入参数就是msg的col1字段函数处理逗号,替代id返回结果就是需要的字符串直接update msg set col1 = fun(col1)或者insert一个新表insert into newTable select id, fun(col1) from msg