mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Minor test fixup
This commit is contained in:
parent
db75a41d10
commit
d00ed1b856
@ -9,7 +9,7 @@ DROP TABLE IF EXISTS tab;
|
||||
SET allow_suspicious_low_cardinality_types=1;
|
||||
SET allow_experimental_object_type=1;
|
||||
|
||||
CREATE OR REPLACE TABLE tab
|
||||
CREATE TABLE tab
|
||||
(
|
||||
i8 Int8,
|
||||
i16 Int16,
|
||||
|
Loading…
Reference in New Issue
Block a user