USE tpch1; drop table if exists foo; create table foo (col1 int(11) null default null) engine=columnstore; drop table foo;