Skip to content

Instantly share code, notes, and snippets.

@ArCiGo
Last active May 19, 2019 21:37
Show Gist options
  • Save ArCiGo/50940b3fedb5172d68ddb508b4ddedb1 to your computer and use it in GitHub Desktop.
Save ArCiGo/50940b3fedb5172d68ddb508b4ddedb1 to your computer and use it in GitHub Desktop.
CREATE TABLE #tmpTable(
Name CHAR(30),
SeqId INT
);
GO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment