Skip to content

Commit da25ce8

Browse files
committed
updated
1 parent 100baab commit da25ce8

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

docs/en/sql-reference/20-sql-functions/06-string-functions/ltrim.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
77

88
Removes 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

docs/en/sql-reference/20-sql-functions/06-string-functions/rtrim.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import FunctionDescription from '@site/src/components/FunctionDescription';
77

88
Removes 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

docs/en/sql-reference/20-sql-functions/06-string-functions/trim-leading.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ title: TRIM_LEADING
44

55
Removes 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

docs/en/sql-reference/20-sql-functions/06-string-functions/trim-trailing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ title: TRIM_TRAILING
44

55
Removes 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

0 commit comments

Comments
 (0)