Ruang tidak menghapus dari kolom di SQL
update thetable set thecolumn = rtrim(replace(thecolumn, char(160), char(32)))
Silly Skylark
update thetable set thecolumn = rtrim(replace(thecolumn, char(160), char(32)))