ClickHouse/dbms/tests/queries/1_stateful/00020_distinct_order_by_distributed.sql

3 lines
148 B
MySQL
Raw Normal View History

SET max_rows_to_sort = 10000;
SELECT count() FROM (SELECT DISTINCT PredLastVisit AS x FROM remote('127.0.0.{1,2}', test, visits) ORDER BY VisitID);