ClickHouse/tests/queries/0_stateless/01015_array_split.reference

19 lines
184 B
Plaintext
Raw Normal View History

2019-10-13 08:06:57 +00:00
[[1,2,3],[4,5]]
[[1],[2,3,4],[5]]
[[1,2,3,4,5]]
[[1,2,3,4,5]]
[[1],[2],[3],[4],[5]]
[[1],[2],[3],[4],[5]]
[[1,2],[3,4],[5]]
[[1],[2,3],[4,5]]
2019-11-13 03:00:08 +00:00
[]
[]
[]
[]
2019-10-13 08:06:57 +00:00
[]
[]
[[1]]
[[1]]
[[2]]
[[2]]