ClickHouse/tests/queries/1_stateful/00066_sorting_distributed_many_replicas.sql

3 lines
122 B
MySQL
Raw Normal View History

SET max_parallel_replicas = 2;
SELECT EventTime FROM remote('127.0.0.{1|2}', test, hits) ORDER BY EventTime DESC LIMIT 10