Update array.md

This commit is contained in:
alexey-milovidov 2019-01-13 22:44:24 +03:00 committed by GitHub
parent 5c5358f9c9
commit 974e1cbe6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
Array of `T`-type items.
`T` can be anything, including an array. Use multi-dimensional arrays with caution. ClickHouse has limited support for multi-dimensional arrays. For example, they can't be stored in `MergeTree` tables.
`T` can be anything, including an array.
## Creating an array