We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c990979 + 0a64f38 commit 4203d4dCopy full SHA for 4203d4d
1 file changed
docs/t-sql/functions/rand-transact-sql.md
@@ -55,7 +55,7 @@ SELECT RAND(100), RAND(), RAND()
55
The following example produces four different random numbers that are generated by the RAND function.
56
57
```sql
58
-DECLARE @counter smallint;
+DECLARE @counter SMALLINT;
59
SET @counter = 1;
60
WHILE @counter < 5
61
BEGIN
0 commit comments