any¶
Description¶
Return any value of one column across a group
Return type¶
expression
Domain¶
This is an aggregate function (aggregates rows over a group in aggregate verbs.)
This is a window function (calculates over a group of multiple input rows using windowing.)
Categories¶
Usage¶
any(expression)
Argument |
Type |
Optional |
Repeatable |
Restrictions |
---|---|---|---|---|
expression |
storable |
no |
no |
none |