ClickHouse/dbms/tests/queries/1_stateful/00050_min_max.sql

2 lines
110 B
MySQL
Raw Normal View History

SELECT CounterID, min(WatchID), max(WatchID) FROM test.hits GROUP BY CounterID ORDER BY count() DESC LIMIT 20