ClickHouse/tests/queries/0_stateless/01045_array_zip.reference

3 lines
76 B
Plaintext
Raw Normal View History

2019-12-11 14:15:43 +00:00
[('a','d'),('b','e'),('c','f')]
[('a','d','g'),('b','e','h'),('c','f','i')]