ClickHouse/tests/queries/1_stateful/00032_aggregate_key64.sql

2 lines
98 B
MySQL
Raw Normal View History

SELECT SearchEngineID AS k1, count() AS c FROM test.hits GROUP BY k1 ORDER BY c DESC, k1 LIMIT 10