You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-15 22:22:17 +03:00
5 lines
152 B
SQL
5 lines
152 B
SQL
drop table if exists bug3203;
|
|
create table bug3203 (c1 varchar(20))engine=infinidb;
|
|
select * from bug3203 where c1 = 'x';
|
|
drop table if exists bug3203;
|