Skip to content

Commit 4203d4d

Browse files
authored
Merge pull request #5117 from icoric/patch-35
Update capitalization
2 parents c990979 + 0a64f38 commit 4203d4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/functions/rand-transact-sql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SELECT RAND(100), RAND(), RAND()
5555
The following example produces four different random numbers that are generated by the RAND function.
5656

5757
```sql
58-
DECLARE @counter smallint;
58+
DECLARE @counter SMALLINT;
5959
SET @counter = 1;
6060
WHILE @counter < 5
6161
BEGIN

0 commit comments

Comments
 (0)