Skip to content

Commit b77f21c

Browse files
Docs: Add missing 'w' (week) unit to SAMPLE BY reference (Hacktoberfest) (#252)
Fixes #57 What changed: I located the SQL reference documentation for SAMPLE BY and added the missing time unit 'w' (week) to the units table in sample-by.md. Value: This corrects a factual inaccuracy and provides immediate value to users needing weekly aggregation. Co-authored-by: javier ramírez <[email protected]>
1 parent f43f97a commit b77f21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

documentation/reference/sql/sample-by.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Where the unit for sampled groups may be one of the following:
5050
| `m` | minute |
5151
| `h` | hour |
5252
| `d` | day |
53+
| `w`  | week        |
5354
| `M` | month |
5455
| `y` | year |
5556

0 commit comments

Comments
 (0)