1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00
Files
Daniel Lee 73697f1190 Danielmtrupdate2 (#2360)
* Removing extra line in test result

* Default charset has been set to utf8mb3
2022-05-05 10:22:29 -05:00

7 lines
218 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
t (space
DROP TABLE mcol2219;