1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-06-12 05:01:56 +03:00
Files
mariadb-columnstore-engine/dbcon/ddlpackage/sql/atac08.sql
2016-01-06 14:08:59 -06:00

3 lines
133 B
SQL

-- alter table add column with table_element_list
ALTER TABLE tbl_name ADD (col_name int, col_name1 datetime, col_name2 NUMERIC(7));