-- 刪除資料表 table1.col01
ALTER TABLE table1 DROP COLUMN col01
-- 設定資料欄位 table1.col01 的 DEFAULT 值
ALTER TABLE table1 ADD CONSTRAINT
DF__table1__col01 DEFAULT '' FOR col01
-- 刪除資料欄的預設值 DF__table1__col01
ALTER TABLE table1 DROP CONSTRAINT DF__table1__col01
沒有留言:
張貼留言