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

Commit 3a74ada

Browse files
Merge pull request #24187 from thesqlsith/patch-9
Update ltrim-transact-sql.md
2 parents c35cec3 + 04b71ee commit 3a74ada

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

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

50+
> [!IMPORTANT]
51+
> You will need your database compatibility level set to 160 to use the optional `characters` argument.
52+
5053
```syntaxsql
5154
LTRIM ( character_expression , [ characters ] )
5255
```
@@ -129,6 +132,9 @@ Original string Without spaces
129132
::: moniker range=">=sql-server-ver16 || >=sql-server-linux-ver16"
130133
### C. Remove specified characters from the beginning of a string
131134

135+
> [!IMPORTANT]
136+
> You will need your database compatibility level set to 160 to use the optional `characters` argument.
137+
132138
The following example removes the characters `123` from the beginning of the `123abc.` string.
133139

134140
```sql

0 commit comments

Comments
 (0)