MSSQL add default value to field

create table t(id int,v int )

go

alter table t ADD DEFAULT 0 FOR v

go

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325315115&siteId=291194637