mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
code style check
This commit is contained in:
parent
b0df75626b
commit
09a4f82d0f
@ -6,6 +6,7 @@ CREATE TABLE table_rename_with_ttl
|
|||||||
value1 String
|
value1 String
|
||||||
)
|
)
|
||||||
ENGINE = ReplicatedMergeTree('/clickhouse/test/table_rename_with_ttl_01378', '1')
|
ENGINE = ReplicatedMergeTree('/clickhouse/test/table_rename_with_ttl_01378', '1')
|
||||||
|
order by value1
|
||||||
SETTINGS merge_with_ttl_timeout=0,max_number_of_merges_with_ttl_in_pool=0;
|
SETTINGS merge_with_ttl_timeout=0,max_number_of_merges_with_ttl_in_pool=0;
|
||||||
|
|
||||||
ORDER BY tuple();
|
ORDER BY tuple();
|
||||||
|
Loading…
Reference in New Issue
Block a user