Skip to content

Commit 0fe4b0a

Browse files
BohuTANGclaude
andcommitted
Fix broken markdown link for ANY_VALUE function in aggregate index
Update reference from aggregate-any.md to aggregate-any-value.md to match the updated filename, resolving build error. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent b3d518b commit 0fe4b0a

File tree

1 file changed

+1
-1
lines changed
  • docs/en/sql-reference/20-sql-functions/07-aggregate-functions

1 file changed

+1
-1
lines changed

docs/en/sql-reference/20-sql-functions/07-aggregate-functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page provides a comprehensive overview of aggregate functions in Databend,
1515
| [AVG](aggregate-avg.md) | Calculates the average of values | `AVG(temperature)``72.5` |
1616
| [MIN](aggregate-min.md) | Returns the minimum value | `MIN(price)``9.99` |
1717
| [MAX](aggregate-max.md) | Returns the maximum value | `MAX(price)``99.99` |
18-
| [ANY](aggregate-any.md) | Returns any value from the group | `ANY(status)``'active'` |
18+
| [ANY_VALUE](aggregate-any-value.md) | Returns any value from the group | `ANY_VALUE(status)``'active'` |
1919

2020
## Conditional Aggregation
2121

0 commit comments

Comments
 (0)