Skip to content

Commit 26538f5

Browse files
Update api/time_bucket.md
Co-authored-by: Iain Cox <[email protected]> Signed-off-by: Erik Nordström <[email protected]>
1 parent 2f4ac06 commit 26538f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/time_bucket.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ORDER BY month_bucket DESC LIMIT 10;
103103
```
104104

105105
To compute buckets on version 7 UUIDs that contain a timestamp
106-
in Unix time format. When bucketing UUIDs, a regular `TIMESTAMP WITH TIME ZONE`
106+
in Unix time format, run the following:
107107
value is returned instead of a UUID:
108108

109109
```sql

0 commit comments

Comments
 (0)