ClickHouse/tests/queries/0_stateless/00019_shard_quantiles_totals_distributed.sql

5 lines
170 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: distributed
2022-03-24 20:31:59 +00:00
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;