ClickHouse/dbms/tests/queries/0_stateless/00013_8_select_from_table_with_arrays.reference

6 lines
122 B
Plaintext
Raw Normal View History

2014-03-23 20:40:55 +00:00
Hello [1,2] 1 1 [1,2]
Hello [1,2] 2 2 [1,2]
World [3,4,5] 3 1 [1,2,3]
World [3,4,5] 4 2 [1,2,3]
World [3,4,5] 5 3 [1,2,3]