Answers for "sql remove one column taking all the space"

SQL
0

space not removing from column in sql

update thetable set thecolumn = rtrim(replace(thecolumn, char(160), char(32)))
Posted by: Guest on January-07-2021

Code answers related to "sql remove one column taking all the space"

Code answers related to "SQL"

Browse Popular Code Answers by Language