min-by
The min-by
aggregate function allows you to find the row with some lowest value across a set of rows.
In this example, we get the row having the minimum :id
across the entire :Customer
table.
The min-by
aggregate function allows you to find the row with some lowest value across a set of rows.
In this example, we get the row having the minimum :id
across the entire :Customer
table.