Tuesday, November 4, 2008

How to remove white space in column

SELECT LTrim(RTrim(Column_Name))AS Column_Caption FROM TableName

No comments: