You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following example demonstrates how to use `RTRIM` to remove trailing spaces. This time there is another string concatenated ot the first string to show that the spaces are gone.
64
+
The following example demonstrates how to use `RTRIM` to remove trailing spaces. This time there is another string concatenated to the first string to show that the spaces are gone.
65
65
66
66
```
67
67
SELECT RTRIM('Four spaces are after the period in this sentence. ') + 'Next string.';
0 commit comments