You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/use-cases/time-series/03_analysis-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ LIMIT 10;
61
61
Counter metrics naturally accumulate over time.
62
62
To analyze this cumulative growth, we can calculate running totals using window functions.
63
63
64
-
The following query demonstrates this by using the `sum() OVER` clausecreates a running total, while the `bar()` function provides a visual representation of the growth.
64
+
The following query demonstrates this by using the `sum() OVER` clause, which creates a running total. The `bar()` function provides a visual representation of the growth.
0 commit comments