Skip to content

Commit

Permalink
Update docs/zh/sql-reference/data-types/array.md
Browse files Browse the repository at this point in the history
Co-authored-by: flynn <[email protected]>
  • Loading branch information
Alex-Cheng and ucasfl authored Mar 7, 2024
1 parent f3a700b commit dd55106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/sql-reference/data-types/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Code: 386. DB::Exception: Received from localhost:9000, 127.0.0.1. DB::Exception

## 数组大小 {#array-size}

可以使用`size0`子列找到数组的大小,而无需读取整个列。对于多维数组,您可以使用`sizeN-1`,其中`N`是所需的维度。
可以使用 `size0` 子列找到数组的大小,而无需读取整个列。对于多维数组,您可以使用 `sizeN-1`,其中 `N` 是所需的维度。

**例子**

Expand Down

0 comments on commit dd55106

Please sign in to comment.