if Exists(Select * from syscolumns where id=OBJECT_ID('myt') and Name='字段名')
  Alter table ...。