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

2 lines
114 B
MySQL
Raw Normal View History

2018-01-29 10:01:18 +00:00
SELECT arrayMap((x, y) -> (x, y), [1, 2, 3], [4, 5, 6]) FROM remote('127.0.0.{2,3}', system.one) ORDER BY rand();