SQL 關(guān)鍵字參考
DROP COLUMN命令用于刪除現(xiàn)有表中的列。
以下SQL 從"Customers"表中刪除"ContactName"列:
ALTER TABLE Customers DROP COLUMN ContactName;