ClickHouse/tests/queries/0_stateless/01811_array_fold.reference

9 lines
73 B
Plaintext
Raw Normal View History

2021-04-12 03:09:36 +00:00
23
3
101
269
[1,2,3,4]
[4,3,2,1]
([4,3,2,1],[1,2,3,4])
([1,3,5],[2,4,6])