Skip to content

Commit 2841271

Browse files
authored
Merge pull request #92638 from zikato/patch-1
Update date-bucket-tsql.md
2 parents 940402e + 2c87fab commit 2841271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-sql-edge/date-bucket-tsql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The part of *date* that is used with the ‘number’ parameter. Ex. Year, month
4848

4949
*number*
5050

51-
The integer number that decides the width of the bucket combined with *datepart* argument. This represents the width of the datepart buckets from the origin time. **`This argument cannot be a negative integer value`**.
51+
The *integer* number that decides the width of the bucket combined with *datepart* argument. This represents the width of the datepart buckets from the origin time. **`This argument has to be a positive integer value`**.
5252

5353
*date*
5454

0 commit comments

Comments
 (0)