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

5 lines
100 B
SQL

-- Add integer column with 0 default
ALTER TABLE CHANGG
ADD COLUMN DIVORCES INT DEFAULT 0;