Friday, 24 April 2015

Remove white spaces in column value in sql

Remove white spaces in column value  in sql

update TableName set ColumnName= lTrim(rTrim(ColumnName))

No comments:

Post a Comment