Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 390 Bytes

File metadata and controls

25 lines (16 loc) · 390 Bytes
description
This section contains reference documentation for the max function.

max

Get the maximum value in a group

Signature

MAX(colName)

Usage Examples

These examples are based on the Batch Quick Start.

select max(homeRuns) AS value
from baseballStats 
value
73