ClickHouse/tests/queries/1_stateful/00153_aggregate_arena_race.sql

3 lines
195 B
MySQL
Raw Normal View History

create temporary table dest00153 (`s` AggregateFunction(groupUniqArray, String)) engine Memory;
insert into dest00153 select groupUniqArrayState(RefererDomain) from test.hits group by URLDomain;