SQL Server中增長列、修改列的字段類型、刪除列

alter table table_name add column_name column_tpye ----增長列 -----例:alter table Students add Email varchar(16) alter table table_name alter column column_name column_type ---修改列 -----例:alter
相關文章
相關標籤/搜索