Skip to content

Commit 824b42e

Browse files
authored
Update tutorial-sql-editor.md
1 parent f9bfd12 commit 824b42e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/sql-operations-studio/tutorial-sql-editor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ This tutorial requires the *TutorialDB* database. To create the *TutorialDB* dat
9797
WHERE c.CustomerID = @ID
9898
FOR JSON PATH
9999

100-
GO
101-
-- example to execute the stored procedure we just created
102-
EXECUTE dbo.getCustomer 1
103-
GO
100+
GO
101+
-- example to execute the stored procedure we just created
102+
EXECUTE dbo.getCustomer 1
103+
GO
104104
```
105105

106106
5. To create the stored procedure and give it a test run, press **F5**.

0 commit comments

Comments
 (0)