ClickHouse/dbms/tests/queries/0_stateless/00171_shard_array_of_tuple_remote.sql

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();