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

2 lines
168 B
SQL

SELECT arrayFilter(x -> x != 1, arrayMap((a, b) -> a = b, GeneralInterests, arrayReduce('groupArray', GeneralInterests))) AS res FROM test.hits WHERE length(res) != 0;