min()

Returns the lowest row value in a numeric column.

min() follows this syntax.

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