Skip to content

Commit

Permalink
Improve the samples code.
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Oct 17, 2024
1 parent 9ff762d commit 45894b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/DemoApp.DataAccessLayer.Tests/InsertData.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSERT INTO [Customer] ([FirstName], [LastName], [Revenue])
VALUES ('From script', 'Peter', 100)

GO 10
GO 10 -- Execute the previous insert 10x times.

0 comments on commit 45894b8

Please sign in to comment.