ClickHouse/dbms/tests/queries/0_stateless/00171_array_of_tuple_remote.sql
2015-06-12 02:38:55 +03:00

2 lines
114 B
SQL

SELECT arrayMap((x, y) -> (x, y), [1, 2, 3], [4, 5, 6]) FROM remote('127.0.0.{1,2}', system.one) ORDER BY rand();