We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ecf50e + 2202cf0 commit 006e2a2Copy full SHA for 006e2a2
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