# Array(T) An array of elements of type T. The T type can be any type, including an array. We don't recommend using multidimensional arrays, because they are not well supported (for example, you can't store multidimensional arrays in tables with a MergeTree engine).