ClickHouse/dbms/tests/queries/0_stateless/00184_distributed_group_by_no_merge.sql

2 lines
123 B
MySQL
Raw Normal View History

2017-01-13 18:43:43 +00:00
SELECT count(), uniq(dummy) FROM remote('localhost,127.0.0.{1,2}', system.one) SETTINGS distributed_group_by_no_merge = 1;