UPDATE `table_name` SET `field_name` = replace (`field_name`,'from_str','to_str') WHERE `field_name` LIKE '%from_str%'
table——name=表名
field_name=列名
from_str=需要被替换的字符串
to_str=需要替换成的字符串

相关文章:

  • 2021-07-21
  • 2022-01-26
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-05
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2021-07-15
相关资源
相似解决方案