 |
SQL SERVER – TRIM – How to remove leading and trailing characters/Spaces from string | SQL Server Po
LTRIM and RTRIM are very useful functions when it comes to trim the left side or right side of the string spaces respectively but if you need to trim spaces from both sides , you need to create a user defined function. Here is the script of user defined f
raresql.com |
 |