ClickHouse/tests/queries/0_stateless/00677_shard_any_heavy_merge.sql

4 lines
156 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: shard
WITH arrayJoin(['hello', 'world']) AS s SELECT count(), arraySort(groupUniqArray(s)), anyHeavy(s) FROM remote('127.0.0.{2,3}', system.one);