Skip to content

Commit 328be80

Browse files
authored
Update output example in trim-transact-sql.md
Fixed whitespace in TRIM example
1 parent 963a4fa commit 328be80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/trim-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ SELECT TRIM(LEADING '.,! ' FROM ' .# test .') AS Result;
138138
[!INCLUDE [ssResult_md](../../includes/ssresult-md.md)]
139139

140140
```output
141-
# test .
141+
# test .
142142
```
143143

144144
### D. Remove specified characters from the end of a string

0 commit comments

Comments
 (0)