xingfuzzhd

Replace
用第三个表达式替换第一个字符串表达式中出现的所有第二个给定字符串表达式。

语法:

REPLACE ( \'string_replace1\' , \'string_replace2\' , \'string_replace3\' )

示例:

select replace(\'abcdefg\',\'abc\',\'111\');  结果:111defg

 

 

分类:

技术点:

相关文章:

  • 2021-09-17
  • 2021-09-17
  • 2021-09-17
  • 2020-05-15
  • 2021-09-17
  • 2021-09-17
  • 2021-09-17
猜你喜欢
  • 2021-09-17
  • 2021-09-17
  • 2021-09-17
  • 2021-09-17
  • 2021-09-17
  • 2021-09-17
  • 2021-09-17
相关资源
相似解决方案