File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ RTRIM ( character_expression )
4646::: moniker range=">=sql-server-ver16 || >=sql-server-linux-ver16"
4747Syntax 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
5053RTRIM ( 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+
128134The following example removes the characters ` abc. ` from the end of the ` .123abc. ` string.
129135
130136``` sql
You can’t perform that action at this time.
0 commit comments