ALTER TABLE Table1 ADD Col3 INT NOT NULL DEFAULT(0)
↧
Answer by Krishan Dutt Sharma for How to add a column with a default value to an existing table in SQL Server?
↧
ALTER TABLE Table1 ADD Col3 INT NOT NULL DEFAULT(0)