ClickHouse/dbms/tests/queries/0_stateless/00019_quantiles_totals_distributed.sql

2 lines
123 B
MySQL
Raw Normal View History

2014-03-24 19:32:31 +00:00
SELECT quantilesTiming(0.1, 0.5, 0.9)(materialize(dummy)) FROM remote('127.0.0.{1,2}', system, one) GROUP BY 1 WITH TOTALS