replace('data1','data2','data3');

用data3 替换 data1 中的 data2 字符串;

例:

replace('abcdefg','a','x');

 

结果:xbcdefg

 

 

相关文章:

  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-09
  • 2021-11-12
  • 2021-07-22
  • 2021-09-15
  • 2021-10-28
相关资源
相似解决方案