We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aad9fcb + d200ad1 commit aa135b6Copy full SHA for aa135b6
1 file changed
content/sql-part-2/reading/string-functions/_index.md
@@ -23,7 +23,7 @@ SELECT RTRIM('Too many trailing spaces. ');
23
**Value Returned**
24
25
```console
26
-Too many extra spaces.
+Too many trailing spaces.
27
```
28
{{% /notice %}}
29
0 commit comments