mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Update 01917_prewhere_column_type.sql
This commit is contained in:
parent
46a5dd6701
commit
ec834fe213
@ -1,6 +1,6 @@
|
|||||||
DROP TABLE IF EXISTS t1;
|
DROP TABLE IF EXISTS t1;
|
||||||
|
|
||||||
CREATE TABLE t1 ( s String, f Float32, e UInt16 ) ENGINE = MergeTree ORDER BY tuple();
|
CREATE TABLE t1 ( s String, f Float32, e UInt16 ) ENGINE = MergeTree ORDER BY tuple() SETTINGS min_bytes_for_wide_part = '100G';
|
||||||
|
|
||||||
INSERT INTO t1 VALUES ('111', 1, 1);
|
INSERT INTO t1 VALUES ('111', 1, 1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user