You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
the begginning
This commit is contained in:
4
dbcon/ddlpackage/sql/examples/create-index.sql
Normal file
4
dbcon/ddlpackage/sql/examples/create-index.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE INDEX calpont.index_name ON calpont.tbl_name(col_name);
|
||||
CREATE INDEX calpont.index_name ON calpont.tbl_name(col_name(10));
|
||||
CREATE INDEX index_name ON tbl_name(col_name,col_name);
|
||||
CREATE INDEX calpont.index_name ON calpont.tbl_name(col_name,col_name) engine=infinidb;
|
Reference in New Issue
Block a user