imos=# SELECT replace('he\no',E'\n','L');
 replace 
---------
 he\no
(1 row)

imos=# SELECT replace('he
imos'# o','\n','L');
 replace 
---------
 he     +
 o
(1 row)

imos=# 
imos=# SELECT replace('he
o',E'\n','L');
 replace 
---------
 heLo
(1 row)

相关文章:

  • 2022-12-23
  • 2021-08-04
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-04
猜你喜欢
  • 2021-08-30
  • 2022-12-23
  • 2022-01-15
  • 2021-12-30
  • 2022-12-23
  • 2022-12-23
  • 2022-02-27
相关资源
相似解决方案