mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 09:32:01 +00:00
Update 02180_group_by_lowcardinality.sql
This commit is contained in:
parent
3b2f6dfce8
commit
bd1f12e5d5
@ -1,3 +1,5 @@
|
|||||||
|
-- Tags: no-random-settings
|
||||||
|
|
||||||
create table if not exists t_group_by_lowcardinality(p_date Date, val LowCardinality(Nullable(String)))
|
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();
|
engine=MergeTree() partition by p_date order by tuple();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user