Web开发 [MySQL]删除字段中的回车符合换行符 1 update table set item=replace(replace(item, char(10), ''), char(13), '') where condition; table: 表名 item: 字段名 condition: 查询条件