SQL RTRIM Function

The SQL Server RTRIM function is a String Function that removes the empty spaces from the Right hand side of a character expression. The syntax of the SQL RTRIM Function is SELECT RTRIM(Character_Expression) FROM [Source] Character_Expression: Please specify the Expression on which you want to remove tailing empty spaces (perform trimming on the right side). … Read more