ClickHouse/dbms/tests/queries/1_stateful/00051_min_max_array.sql
2018-08-07 20:08:51 +03:00

2 lines
174 B
SQL

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