if not exists (select 1 from syscolumns where name='字段名' and id=OBJECT_ID('表名') and 条件) begin alter table 表名 alter column 字段名 类型 end Go
手机扫一扫
移动阅读更方便
你可能感兴趣的文章
4
5
6
7
8
9
10