Skip to content

Commit 3130e43

Browse files
authored
fix: data-types format (#1163)
1 parent 31678d9 commit 3130e43

File tree

1 file changed

+2
-2
lines changed
  • docs/en/sql-reference/00-sql-reference/10-data-types

1 file changed

+2
-2
lines changed

docs/en/sql-reference/00-sql-reference/10-data-types/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ The following is a list of general data types in Databend:
2929
The following is a list of semi-structured data types in Databend:
3030

3131
| Data Type | Alias | Sample | Description |
32-
| -------------------------------------- | ----- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------- | --- |
32+
| -------------------------------------- | ----- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------- |
3333
| [ARRAY](./40-data-type-array-types.md) | N/A | [1, 2, 3, 4] | A collection of values of the same data type, accessed by their index. |
3434
| [TUPLE](./41-data-type-tuple-types.md) | N/A | ('2023-02-14','Valentine Day') | An ordered collection of values of different data types, accessed by their index. |
35-
| [MAP](./42-data-type-map.md) | N/A | `{"a":1, "b":2, "c":3}` | A set of key-value pairs where each key is unique and maps to a value. | |
35+
| [MAP](./42-data-type-map.md) | N/A | `{"a":1, "b":2, "c":3}` | A set of key-value pairs where each key is unique and maps to a value. |
3636
| [VARIANT](./43-data-type-variant.md) | JSON | `[1,{"a":1,"b":{"c":2}}]` | Collection of elements of different data types, including `ARRAY` and `OBJECT`. |
3737
| [BITMAP](44-data-type-bitmap.md) | N/A | 0101010101 | A binary data type used to represent a set of values, where each bit represents the presence or absence of a value. |
3838

0 commit comments

Comments
 (0)