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

5 lines
210 B
MySQL
Raw Normal View History

2021-09-12 12:35:27 +00:00
-- Tags: race
create temporary table dest00153 (`s` AggregateFunction(groupUniqArray, String)) engine Memory;
insert into dest00153 select groupUniqArrayState(RefererDomain) from test.hits group by URLDomain;