File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ LTRIM ( character_expression )
4747::: moniker range=">=sql-server-ver16 || >=sql-server-linux-ver16"
4848Syntax 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
5154LTRIM ( 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+
132138The following example removes the characters ` 123 ` from the beginning of the ` 123abc. ` string.
133139
134140``` sql
You can’t perform that action at this time.
0 commit comments