From d0616768ae5e1d270fc775046dc21cdc73c72a33 Mon Sep 17 00:00:00 2001 From: Aaron Thomas <157831979+athomas-octoberthree@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:52:29 -0500 Subject: [PATCH] Update variables-transact-sql.md Corrected example incorrectly showing two batches of statements separated by GO. This change shows code that accurately reflects the point being made in the section. --- docs/t-sql/language-elements/variables-transact-sql.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/t-sql/language-elements/variables-transact-sql.md b/docs/t-sql/language-elements/variables-transact-sql.md index 122bc951d62..70f3a64d0ae 100644 --- a/docs/t-sql/language-elements/variables-transact-sql.md +++ b/docs/t-sql/language-elements/variables-transact-sql.md @@ -75,6 +75,7 @@ GO DECLARE @MyVariable AS INT; SET @MyVariable = 1; +GO SELECT BusinessEntityID, NationalIDNumber,