--Adding Value with Default ValueALTER TABLE TestTableADD ThirdCol INT NOT NULL DEFAULT(0)GO
↧
Answer by wild coder for How to add a column with a default value to an existing table in SQL Server?
↧