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

4 lines
132 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 quantilesTiming(0.1, 0.5, 0.9)(dummy) FROM remote('127.0.0.{2,3}', system, one) GROUP BY 1 WITH TOTALS