mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Added a test
This commit is contained in:
parent
4788eb3423
commit
d1eaa34cd9
@ -0,0 +1,4 @@
|
||||
DROP TABLE IF EXISTS mt;
|
||||
CREATE TABLE mt (d Date, x UInt8) ENGINE = MergeTree(d, x, 8192);
|
||||
INSERT INTO mt VALUES (52392, 1), (62677, 2);
|
||||
DROP TABLE mt;
|
Loading…
Reference in New Issue
Block a user