1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00
Files
mariadb-columnstore-engine/dbcon/ddlpackage/sql/atatc01.sql
2016-01-06 14:08:59 -06:00

5 lines
137 B
SQL

-- alter table add table constraint
alter table foo
-- add CONSTRAINT const_name2 unique(col_name1),
add CONSTRAINT unique(col_name2)