in mssql modify multiple columns to be wrong

[expired user #6988]'s profile image [expired user #6988] posted 11 years ago in General Permalink
In mssql, use the same interface to modify multiple columns to be wrong, modify single column is no problem. Because mssql not do: ALTER TABLE Test_table ALTER COLUMN "a1" VARCHAR (40) NULL, ALTER COLUMN "b1" VARCHAR (40) NULL;
ansgar's profile image ansgar posted 11 years ago Permalink
So, what's the correct way to alter multiple columns?

Did you update to the latest build, man?

Please login to leave a reply, or register at first.