SELECT REPLACE(name, ‘\\n‘, ‘‘) FROM table_name;
mysql 查询语句中去除回车和换行
原文:https://www.cnblogs.com/ZhangYaF/p/9486026.html