a6266318 发表于 2016-10-24 10:18:52

mysql里批量修改某个字段内的部分数据

  update table set field=replace(field,'oldString','newString') where field REGEX 'preg)result';
页: [1]
查看完整版本: mysql里批量修改某个字段内的部分数据