去掉数据库字段中的回车换行符号

replace(replace(@str,char(13),''),char(10),'')


去掉全角空格replace(replace(string,' ',''),' ','')

RTRIM()只能去掉半角空格

你可能感兴趣的:(DATABASE)