sql server字段设置默认值

-- 字段设置默认值
alter table t_ward add default 0 for valid;

 

posted @ 2023-10-09 18:19  一隅桥畔  阅读(86)  评论(0)    收藏  举报