StackOverflow 文件 Microsoft SQL Server 教程 序列 按順序插入表中 按順序插入表中 Created: November-22, 2018 INSERT INTO [dbo].[Customers] ([CustomerName]) VALUES ('Jerry'), ('Gorge') SELECT * FROM [dbo].[Customers] 結果 顧客 ID 顧客姓名 10001 傑瑞 10002 喉嚨 從插入新刪除使用表中的序列