This section contains reference documentation for the max function.
Last updated 2 years ago
Was this helpful?
Get the maximum value in a group
MAX(colName)
These examples are based on the .
select max(homeRuns) AS value from baseballStats
73