max
The max
aggregate function allows you to find the highest value across a set of rows.
In this example, we take the maximum :id
across the entire :Customer
table.
The max
aggregate function allows you to find the highest value across a set of rows.
In this example, we take the maximum :id
across the entire :Customer
table.