select * into #temptest from existingTable
alter table #temptest add LoantypeID int
alter table #temptest drop column InstallmentType
drop table #temptest
alter table #temptest add LoantypeID int
alter table #temptest drop column InstallmentType
drop table #temptest
No comments:
Post a Comment