Skip to content

Commit bad1e16

Browse files
authored
Update sumForEach.md
1 parent b40fc1d commit bad1e16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/examples/aggregate_function_combinators/sumForEach.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
slug: '/examples/aggregate-function-combinators/sumForEach'
33
title: 'sumForEach'
4-
description: 'Example of using the sumArray combinator'
5-
keywords: ['sum', 'array', 'combinator', 'examples', 'sumArray']
6-
sidebar_label: 'sumArray'
4+
description: 'Example of using the sumForEach aggregate function'
5+
keywords: ['sum', 'ForEach', 'combinator', 'examples', 'sumForEach']
6+
sidebar_label: 'sumForEach'
77
---
88

99
# sumForEach {#sumforeach}
@@ -45,4 +45,4 @@ ORDER BY hour_of_day;
4545

4646
## See also {#see-also}
4747
- [`sum`](/sql-reference/aggregate-functions/reference/sum)
48-
- [`ForEach combinator`](/sql-reference/aggregate-functions/combinators#-foreach)
48+
- [`ForEach` combinator](/sql-reference/aggregate-functions/combinators#-foreach)

0 commit comments

Comments
 (0)