Live2D
摘要: --创建不为空列 alter table 表名 add 列名 int not null default 0 go --删除字段 alter table 表名 drop column 列名 go --修改列名称 exec sp_rename '表名.列名','新名称' 字段设置默认值 alter ta 阅读全文
posted @ 2022-05-12 11:06 webmtjj 阅读(412) 评论(0) 推荐(0)