换行符:

\r\n

\r

CHAR(10)

 

处理方法:

REPLACE(str,from_str,to_str);

 

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

相关文章: