SELECT REPLACE(name, '\\n', '') FROM table_name;
mysql 查询语句中去除回车和换行
最新推荐文章于 2024-04-16 14:35:21 发布
SELECT REPLACE(name, '\\n', '') FROM table_name;