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