换行符:

\r\n

\r

CHAR(10)

 

处理方法:

REPLACE(str,from_str,to_str);

 

如:REPLACE('aaa\nbbb','\n','');

相关文章:

  • 2021-08-28
  • 2021-07-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2022-01-03
猜你喜欢
  • 2022-12-23
  • 2021-06-04
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2021-08-03
  • 2021-06-02
相关资源
相似解决方案