摘要: ###SQLSERVER-自增ID插入指定数据: set identity_insert 表名 ON --允许对自增列Id插入指定数据 insert into table_name(Id,Name) values(1,'test') set identity_insert 表名 OFF --关闭对自 阅读全文
posted @ 2021-05-18 13:07 QAQhong 阅读(1149) 评论(0) 推荐(0)