mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +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()
|
PARTITION BY tuple()
|
||||||
ORDER BY id;
|
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
|
with (select groupArray(id) from bbb) as ids
|
||||||
select *
|
select *
|
||||||
|
Loading…
Reference in New Issue
Block a user