ClickHouse/dbms/tests/queries/0_stateless/00013_8_select_from_table_with_arrays.reference
2014-03-24 06:50:25 +04:00

6 lines
122 B
Plaintext

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]