mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Turns out it's easy to reproduce using the `hits` table, so we can add a case to stateful tests.
This commit is contained in:
parent
ba988735cc
commit
95fdc8a96b
@ -0,0 +1,2 @@
|
||||
create temporary table dest00153 (`s` AggregateFunction(groupUniqArray, String)) engine Memory;
|
||||
insert into dest00153 select groupUniqArrayState(RefererDomain) from test.hits group by URLDomain;
|
Loading…
Reference in New Issue
Block a user