From f5e7e123392975aee0f5180b710d379a14039dd2 Mon Sep 17 00:00:00 2001 From: Hussain Tinwala Date: Thu, 2 Oct 2025 21:38:09 +0530 Subject: [PATCH] Fix(docs): Added missing 'w' unit (week) to SAMPLE BY units table (resolves #57) --- documentation/reference/sql/sample-by.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/reference/sql/sample-by.md b/documentation/reference/sql/sample-by.md index eceb0a97f..736d5d3c5 100644 --- a/documentation/reference/sql/sample-by.md +++ b/documentation/reference/sql/sample-by.md @@ -50,6 +50,7 @@ Where the unit for sampled groups may be one of the following: | `m` | minute | | `h` | hour | | `d` | day | +| `w`  | week        | | `M` | month | | `y` | year |