ClickHouse/tests/queries/1_stateful/00004_top_counters.sql
2020-06-05 20:03:36 +03:00

3 lines
224 B
SQL

SELECT CounterID, count() AS c FROM test.hits GROUP BY CounterID ORDER BY c DESC LIMIT 10;
SELECT CounterID, count() AS c FROM test.hits GROUP BY CounterID ORDER BY c DESC LIMIT 10 SETTINGS optimize_aggregation_in_order = 1