sql server 2005 - Alter table add multiple columns ms sql - Stack Overflow
Can anyone tell me where is the mistake in the following query ALTER TABLE Countries ADD ( HasPhotoInReadyStorage bit, HasPhotoInWorkStorage bit, HasPhotoInMaterialStorage bit, HasText bit); ... Alter table Hotels Add { HasPhotoInReadyStorage bit ......