ClickHouse/tests/queries/0_stateless/00154_shard_distributed_with_distinct.sql

4 lines
99 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: distributed
2018-01-29 10:01:18 +00:00
SELECT DISTINCT number FROM remote('127.0.0.{2,3}', system.numbers) LIMIT 10