SQL SERVER TRIM Function to Remove Leading and Trailing Spaces of String SQL in Sixty Seconds #040 Video
Posted by: Journey to SQL Authority with Pinal Dave,
on 23 Jan 2013 |
View original | Bookmarked: 0 time(s)
Trim is one of the most frequently used operation over String data types. A developer often come across a scenario where they have the string with leading and trailing spaces around string. If your business logic suggests that the logs around the spaces are not useful they should be trimmed. However, in SQL Server there [...]...