Skip to content

Commit 2c87fab

Browse files
authored
Update date-bucket-tsql.md
The argument cannot be 0. Positive number conveys this better
1 parent 2e29efb commit 2c87fab

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)