Skip to content

Commit d5df710

Browse files
committed
Update basic-operations.md
1 parent 3d2e245 commit d5df710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/use-cases/time-series/02_basic-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ ORDER BY hour ASC WITH FILL STEP toIntervalHour(1);
216216

217217
## Rolling time windows {#time-series-rolling-time-windows}
218218

219-
Sometimes, we don't want to deal with the start of intervals (like the start of the day or an hour) but window intervals.
219+
Sometimes, we don't want to deal with the start of intervals (like the start of a day or an hour) but window intervals.
220220
Let's say we want to understand the total hits for a window, not based on days but on a 24-hour period offset from 6 pm.
221221

222222
We can use the [`date_diff()`](/docs/sql-reference/functions/date-time-functions#timeDiff) function to calculate the difference between a reference time and each record's time.

0 commit comments

Comments
 (0)