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

Commit 04b71ee

Browse files
authored
Update ltrim-transact-sql.md
1 parent 39ebe97 commit 04b71ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ LTRIM ( character_expression )
4848
Syntax for [!INCLUDE [sssql22-md](../../includes/sssql22-md.md)] and later:
4949

5050
> [!IMPORTANT]
51-
> You will need your database compatibility level set to 160 to use the optional `characters` keywords.
51+
> You will need your database compatibility level set to 160 to use the optional `characters` argument.
5252
5353
```syntaxsql
5454
LTRIM ( character_expression , [ characters ] )
@@ -133,7 +133,7 @@ Original string Without spaces
133133
### C. Remove specified characters from the beginning of a string
134134

135135
> [!IMPORTANT]
136-
> You will need your database compatibility level set to 160 to use the optional `characters` keywords.
136+
> You will need your database compatibility level set to 160 to use the optional `characters` argument.
137137
138138
The following example removes the characters `123` from the beginning of the `123abc.` string.
139139

0 commit comments

Comments
 (0)