Skip to content

Commit 68c77b1

Browse files
authored
Merge pull request #10306 from athomas-octoberthree/patch-1
Update variables-transact-sql.md
2 parents 76469d8 + d061676 commit 68c77b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/t-sql/language-elements/variables-transact-sql.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ GO
7575

7676
DECLARE @MyVariable AS INT;
7777
SET @MyVariable = 1;
78+
GO
7879

7980
SELECT BusinessEntityID,
8081
NationalIDNumber,

0 commit comments

Comments
 (0)