Update 01323_add_scalars_in_time.sql

This commit is contained in:
alexey-milovidov 2020-09-27 00:19:10 +03:00 committed by GitHub
parent 3eee9e31dd
commit 837a829da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 *