update ProContent set 縮略圖 = replace(縮略圖,' ','')
update ProContent set 縮略圖 = replace(縮略圖,char(10),'')
update ProContent set 縮略圖 = replace(縮略圖,char(13),'')
update ProContent set 縮略圖 = replace(縮略圖,char(9),'')
文章來源:http://www.cnblogs.com/wangdetian168/archive/2008/09/25/1298766.html