Skip to content

Commit 28da72e

Browse files
committed
fix variant function link
1 parent c3aa7c5 commit 28da72e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/doc/13-sql-reference/10-data-types/30-data-type-string-types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: Basic String data type.
77

88
In Databend, strings can be stored in the VARCHAR field, the storage size is variable.
99

10-
| Name | Aliases | Storage Size
11-
| -------- | ------------|---------------
12-
| VARCHAR | STRING | variable
10+
| Name | Aliases | Storage Size |
11+
|---------|---------|--------------|
12+
| VARCHAR | STRING | variable |
1313

1414
## Functions
1515

docs/doc/13-sql-reference/10-data-types/43-data-type-variant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ SELECT sum(arr[0]::INT) FROM array_table GROUP BY arr[0]::INT;
224224

225225
## Functions
226226

227-
See [Variant Functions](/doc/reference/functions/semi-structured-functions).
227+
See [Variant Functions](/doc/reference/functions/variant-functions).

0 commit comments

Comments
 (0)