-- 此字符只影响终端的查询,如crt,xshell等,在navicat中不受影响
select
str
,replace(str,char(13),' ') as str_fix
from (
select concat('1',char(13),'2') as str
) t1
;
标签:13,删除,char,select,str,mysql,特殊字符
From: https://www.cnblogs.com/chenzechao/p/17838969.html