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

2 lines
136 B
SQL

SELECT CounterID, count(), maxIf(SearchPhrase, notEmpty(SearchPhrase)) FROM test.hits GROUP BY CounterID ORDER BY count() DESC LIMIT 20