 |
SQL Server TRIM character - Stack Overflow
Another pretty good way to implement Oracle's TRIM char FROM string in MS SQL Server is the following: First, you need to identify a char that will never be used in your string, for example ~ You replace all spaces with that character You replace the char
stackoverflow.com |
 |