摘要: --清除左边空格 ltrim('AAA') 返回AAA--清除右边空格 rtrim('BBB') 返回BBB--左右同时清除 ltrim(rtrim('CCC')) 返回CCC 阅读全文
posted @ 2011-03-10 10:38 来点野性 阅读(1102) 评论(0) 推荐(0)