mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 12:14:18 +00:00
10 lines
264 B
Markdown
10 lines
264 B
Markdown
---
|
|
slug: /en/sql-reference/aggregate-functions/reference/anylast
|
|
sidebar_position: 104
|
|
---
|
|
|
|
# anyLast
|
|
|
|
Selects the last value encountered.
|
|
The result is just as indeterminate as for the [any](../../../sql-reference/aggregate-functions/reference/any.md) function.
|