ClickHouse/tests/queries/1_stateful/00083_array_filter.sql

3 lines
190 B
MySQL
Raw Normal View History

SELECT sum(length(ParsedParams.Key1)) FROM test.hits WHERE notEmpty(ParsedParams.Key1);
SELECT sum(length(ParsedParams.ValueDouble)) FROM test.hits WHERE notEmpty(ParsedParams.ValueDouble);