max()

Returns the highest row value in a numeric column.

max() follows this syntax.

1SELECT max(COLUMN_NAME)
2FROM DATASET
3WHERE CONDITION;