SQL TRIM Function

The SQL Trim function removes empty spaces or special characters from both the left side and Right side of a string expression, and the syntax is SELECT TRIM (Character_Expression) FROM [Source] SELECT TRIM (‘Special_Characters’ FROM Character_Expression) FROM [Source] Character_Expression: Please specify a valid Expression on which you want to remove empty spaces or special char … Read more