Replace函数的用法:

Replace(数据库的列名,'要被替换掉的字符串','要用于替换的字符串')

 update tableName

 set cloName=REPLACE(cloName,'string','String')
 where  cloNamelike 'string'

相关文章:

  • 2022-12-23
  • 2021-09-25
  • 2021-11-25
  • 2021-06-12
  • 2022-12-23
  • 2021-11-01
猜你喜欢
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案