File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ LTRIM ( character_expression )
4848Syntax 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
5454LTRIM ( 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
138138The following example removes the characters ` 123 ` from the beginning of the ` 123abc. ` string.
139139
You can’t perform that action at this time.
0 commit comments