mysql去除内容中的换行和回车时间:2023-03-09 04:00:50 UPDATE tablename SET field = REPLACE(REPLACE(field, CHAR(10), ”), CHAR(13), ”); char(10): 换行符 char(13): 回车符