mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-17 20:02:05 +00:00
Update 01323_add_scalars_in_time.sql
This commit is contained in:
parent
3eee9e31dd
commit
837a829da5
@ -58,7 +58,7 @@ ENGINE = MergeTree()
|
||||
PARTITION BY tuple()
|
||||
ORDER BY id;
|
||||
|
||||
INSERT INTO bbb VALUES (2, 'fre'),(3, 'jhg');
|
||||
INSERT INTO bbb VALUES (2, 'fre'), (3, 'jhg');
|
||||
|
||||
with (select groupArray(id) from bbb) as ids
|
||||
select *
|
||||
|
Loading…
Reference in New Issue
Block a user