We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76469d8 + d061676 commit 68c77b1Copy full SHA for 68c77b1
1 file changed
docs/t-sql/language-elements/variables-transact-sql.md
@@ -75,6 +75,7 @@ GO
75
76
DECLARE @MyVariable AS INT;
77
SET @MyVariable = 1;
78
+GO
79
80
SELECT BusinessEntityID,
81
NationalIDNumber,
0 commit comments