Skip to content

Commit 23d4c35

Browse files
authored
Remove extra asterisks (#33)
1 parent 8f9e3ef commit 23d4c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Instructions/Labs/10-program-with-tsql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Now, we'll look at how to declare variables in batches.
108108
SELECT @empname AS employee;
109109
```
110110
111-
1. Highlight the written T-SQL code and select **⏵Run****.
111+
1. Highlight the written T-SQL code and select **⏵Run**.
112112
1. Observe the error:
113113
114114
Must declare the scalar variable "@empname".

0 commit comments

Comments
 (0)