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

6 lines
96 B
Plaintext
Raw Normal View History

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