日期:2014-05-16  浏览次数:20438 次

SQL脚本添加列
SQLSERVER2005 在某个表添加列,使用SQL脚本添加,脚本怎么写啊?谢谢
------解决方案--------------------
alter table  A   add   phone
char(200)