StackOverflow 文档 Microsoft SQL Server 教程 序列 按顺序插入表中 按顺序插入表中 Created: November-22, 2018 INSERT INTO [dbo].[Customers] ([CustomerName]) VALUES ('Jerry'), ('Gorge') SELECT * FROM [dbo].[Customers] 结果 顾客 ID 顾客姓名 10001 杰瑞 10002 喉咙 从插入新删除使用表中的序列