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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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')]