mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update test
This commit is contained in:
parent
76899294f5
commit
a3d51cae68
@ -3,7 +3,8 @@ CREATE TABLE test
|
|||||||
x Nullable(Tuple(UInt64, UInt64))
|
x Nullable(Tuple(UInt64, UInt64))
|
||||||
)
|
)
|
||||||
ENGINE = MergeTree()
|
ENGINE = MergeTree()
|
||||||
ORDER BY x;
|
ORDER BY x
|
||||||
|
SETTINGS allow_nullable_key = 1;
|
||||||
|
|
||||||
INSERT INTO test VALUES (NULL), (0, 0);
|
INSERT INTO test VALUES (NULL), (0, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user