Skip to content

Commit 3b462e5

Browse files
authored
Merge pull request #31840 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to main to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 196f752 + c8a5a22 commit 3b462e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/statements/set-identity-insert-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ GO
100100
SELECT *
101101
FROM dbo.Tool;
102102
GO
103-
-- Drop products table.
103+
-- Drop tool table.
104104
DROP TABLE dbo.Tool;
105105
GO
106106
```

0 commit comments

Comments
 (0)