COLLECT_SET_EACH
A set of all distinct entries by the given key.
Syntax
COLLECT_SET([MAX VALUES, ]GROUP, VALUE)
Arguments
MAX VALUES:
The maximum number of entries that can be counted (default: 2,147,483,647)
MAX VALUES
is optional. If it is omitted there is, in effect, no limit.
GROUP:
Find the distinct entries of this field.
VALUE:
This field is the key.
Returns
An ARRAY of the argument type.
Example
Data
Query:
Display all the VALUE
by key.
Results:
Related Function
Dialog
Last updated