mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
5 lines
170 B
SQL
5 lines
170 B
SQL
-- Tags: distributed
|
|
|
|
SET enable_positional_arguments = 0;
|
|
SELECT quantilesTiming(0.1, 0.5, 0.9)(dummy) FROM remote('127.0.0.{2,3}', system, one) GROUP BY 1 WITH TOTALS;
|