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

2 lines
110 B
MySQL
Raw Normal View History

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