You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-13 23:02:14 +03:00
6 lines
209 B
Plaintext
6 lines
209 B
Plaintext
USE tpch1;
|
|
CREATE TABLE IF NOT EXISTS mcol2219 (`t (space` int) engine=columnstore;
|
|
SELECT column_name FROM information_schema.columnstore_columns WHERE table_name='mcol2219';
|
|
column_name
|
|
DROP TABLE mcol2219;
|