Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 331fc4e

Browse files
Merge pull request #24188 from thesqlsith/patch-10
Update rtrim-transact-sql.md
2 parents 3a74ada + da61717 commit 331fc4e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ RTRIM ( character_expression )
4646
::: moniker range=">=sql-server-ver16 || >=sql-server-linux-ver16"
4747
Syntax for [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and later:
4848

49+
> [!IMPORTANT]
50+
> You will need your database compatibility level set to 160 to use the optional `characters` argument.
51+
4952
```syntaxsql
5053
RTRIM ( character_expression , [ characters ] )
5154
```
@@ -125,6 +128,9 @@ Four spaces are after the period in this sentence. Next string.
125128

126129
### C. Remove specified characters from the end of a string
127130

131+
> [!IMPORTANT]
132+
> You will need your database compatibility level set to 160 to use the optional `characters` argument.
133+
128134
The following example removes the characters `abc.` from the end of the `.123abc.` string.
129135

130136
```sql

0 commit comments

Comments
 (0)