2012年12月26日

SQL Server 2005 插入多筆資料

 SQL Server 2005

同時插入多筆資料不能寫在同一句 query內

ex:
INSERT INTO [table]
([field1], [field2], [field3])
VALUES
(@fieldA1, @fieldA2, @fieldA3), (@fieldB1, @fieldB2, @fieldB3)

沒有留言:

張貼留言