Created
September 3, 2019 15:37
-
-
Save mikebeaton/9d210503ba113643ef527b8f30f8f4d0 to your computer and use it in GitHub Desktop.
'Another Answer' article, gist #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO dbo.Categories (CategoryName, Description) | |
VALUES (@CategoryName, @Description) | |
SELECT SCOPE_IDENTITY() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment