mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
sync with the private
This commit is contained in:
parent
ba038cba47
commit
99667c42f3
@ -1,3 +1,5 @@
|
|||||||
|
-- Tags: no-shared-merge-tree
|
||||||
|
-- no-shared-merge-tree: depend on events with local disk
|
||||||
DROP TABLE IF EXISTS test;
|
DROP TABLE IF EXISTS test;
|
||||||
|
|
||||||
CREATE TABLE test (key UInt64, val UInt64) engine = MergeTree Order by key PARTITION BY key >= 128;
|
CREATE TABLE test (key UInt64, val UInt64) engine = MergeTree Order by key PARTITION BY key >= 128;
|
||||||
|
Loading…
Reference in New Issue
Block a user