ARG_MIN
Syntax
ARG_MIN( value, comp )
Description
Returns value
for the minimum value of comp
in the group.
Argument types:
value
—Any
comp
—Any
Return type: Same type as (value
)
Examples
ARG_MIN([Sales], [Profit])
Data source support
Materialized Dataset
, ClickHouse 1.1
.