zhangxiaoliu
  REPLACE(field,find_str,replace_str): 字段field的内容中的find_str 将被 替换为 replace_str
  例如:
    
    update short_url set long_url=replace(long_url,\'https://creditcardapp.bankcomm.com/content/dam/phone/faka/mgm/mdx/game/index.html?telecom_id=smsa&commercial_id=\',\'https://creditcardapp.bankcomm.com/applynew/front/apply/new/mdx/index.html?telecom_id=sccc&commercial_id=\');

如果您阅读过此文章有所收获,请为我顶一个,如果文章中有错误的地方,欢迎指出。

相互学习,共同进步!

 

分类:

技术点:

相关文章:

  • 2021-09-17
  • 2020-05-15
  • 2021-09-17
  • 2021-08-14
  • 2022-02-05
  • 2021-09-17
  • 2021-09-17
  • 2021-09-17
猜你喜欢
  • 2021-08-20
  • 2021-09-17
  • 2021-07-03
  • 2021-09-15
  • 2021-09-17
相关资源
相似解决方案