mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 01:41:59 +00:00
Added Negative tests
This commit is contained in:
parent
a8d9b5d245
commit
5923ba0c40
@ -0,0 +1,2 @@
|
||||
DROP TABLE IF EXISTS table_gcd_codec;
|
||||
CREATE TABLE table_gcd_codec (str String CODEC(GCD, LZ4)) ENGINE = Memory;
|
@ -0,0 +1,2 @@
|
||||
DROP TABLE IF EXISTS table_gcd_codec;
|
||||
CREATE TABLE table_gcd_codec (str UInt64 CODEC(GCD)) ENGINE = Memory;
|
Loading…
Reference in New Issue
Block a user