ClickHouse/docs/en/sql-reference/aggregate-functions/reference/anylast.md
Ivan Blinkov 7170f3c534
[docs] split aggregate function and system table references (#11742)
* prefer relative links from root

* wip

* split aggregate function reference

* split system tables
2020-06-18 11:24:31 +03:00

9 lines
158 B
Markdown

---
toc_priority: 104
---
## anyLast {#anylastx}
Selects the last value encountered.
The result is just as indeterminate as for the [any](any.md) function.