File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed
docs/en/sql-reference/20-sql-functions/06-string-functions Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
77
88Removes specific characters from the beginning (left side) of a string.
99
10- See also: [ RTRIM] ( rtrim.md )
10+ See also:
11+
12+ - [ TRIM_LEADING] ( trim-leading.md )
13+ - [ RTRIM] ( rtrim.md )
1114
1215## Syntax
1316
Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
77
88Removes specific characters from the end (right side) of a string.
99
10- See also: [ LTRIM] ( ltrim.md )
10+ See also:
11+
12+ - [ TRIM_TRAILING] ( trim-trailing.md )
13+ - [ LTRIM] ( ltrim.md )
1114
1215## Syntax
1316
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ title: TRIM_LEADING
44
55Removes specific characters from the beginning (left side) of a string.
66
7- See also: [ TRIM_TRAILING] ( trim-trailing.md )
7+ See also:
8+
9+ - [ LTRIM] ( ltrim.md )
10+ - [ TRIM_TRAILING] ( trim-trailing.md )
811
912## Syntax
1013
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ title: TRIM_TRAILING
44
55Removes specific characters from the end (right side) of a string.
66
7- See also: [ TRIM_LEADING] ( trim-leading.md )
7+ See also:
8+
9+ - [ RTRIM] ( rtrim.md )
10+ - [ TRIM_LEADING] ( trim-leading.md )
811
912## Syntax
1013
You can’t perform that action at this time.
0 commit comments