Skip to content

Commit 04a4c80

Browse files
authored
Merge pull request #449 from janv8000/patch-1
Update sql-server-utilities-statements-go.md
2 parents d8d97aa + cc5f763 commit 04a4c80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/language-elements/sql-server-utilities-statements-go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ GO;
9393
```
9494

9595
## Examples
96-
The following example creates two batches. The first batch contains only a `USE``AdventureWorks2012` statement to set the database context. The remaining statements use a local variable. Therefore, all local variable declarations must be grouped in a single batch. This is done by not having a `GO` command until after the last statement that references the variable.
96+
The following example creates two batches. The first batch contains only a `USE AdventureWorks2012` statement to set the database context. The remaining statements use a local variable. Therefore, all local variable declarations must be grouped in a single batch. This is done by not having a `GO` command until after the last statement that references the variable.
9797

9898
```
9999
USE AdventureWorks2012;

0 commit comments

Comments
 (0)