摘要: alter table AdventureWorks2019.sales.SalesOrderDetail add IsValid bit not null constraint IsValid_Default_Constraint Default 1 with values; This will 阅读全文
posted @ 2020-12-03 22:18 FredGrit 阅读(270) 评论(0) 推荐(0) 编辑