mssql 2005 新加字段如何设置默认值

2025-06-23 02:46:40
推荐回答(1个)
回答1:

alter table MYBLOGS add BLOGS_NUM int not null default 0;
这样就ok了,有问题再追问吧,望采纳。