ClickHouse/dbms/tests/queries/1_stateful/00049_max_string_if.sql

2 lines
136 B
MySQL
Raw Normal View History

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