We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961c56b commit 2202cf0Copy full SHA for 2202cf0
1 file changed
docs/t-sql/language-elements/begin-end-transact-sql.md
@@ -83,7 +83,7 @@ WHILE @Iteration <10
83
BEGIN
84
SELECT FirstName, MiddleName
85
FROM dbo.DimCustomer WHERE LastName = 'Adams';
86
-SET @Iteration += 1
+ SET @Iteration += 1
87
END;
88
89
```
0 commit comments