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

2 lines
114 B
MySQL
Raw Normal View History

2017-01-25 13:21:35 +00:00
SELECT arrayMap((x, y) -> (x, y), [1, 2, 3], [4, 5, 6]) FROM remote('127.0.0.{1,2}', system.one) ORDER BY rand();