Update 02180_group_by_lowcardinality.sql

This commit is contained in:
Alexander Tokmakov 2022-04-26 13:04:19 +03:00 committed by GitHub
parent 3b2f6dfce8
commit bd1f12e5d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
-- Tags: no-random-settings
create table if not exists t_group_by_lowcardinality(p_date Date, val LowCardinality(Nullable(String)))
engine=MergeTree() partition by p_date order by tuple();