ClickHouse/dbms/tests/queries/0_stateless/00171_shard_array_of_tuple_remote.sql
2018-01-29 14:40:28 +03:00

2 lines
114 B
SQL

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