SQL SERVER 從存在的資料表刪除一個欄位
指令:
ALTER TABLE table_name DROP COLUMN column_name
- Aug 08 Wed 2012 11:09
-
How to remove column from exist table with SQL Server(如何在SQL Server的Table中刪除欄位)
SQL SERVER 從存在的資料表刪除一個欄位
指令:
ALTER TABLE table_name DROP COLUMN column_name
請先 登入 以發表留言。