SQL ManualFunctionsAggregate FunctionsMINOn this pageMINMINDescriptionSyntax:MIN(expr)This function returns the minimum value of expr.ExampleMySQL > select min(scan_rows) from log_statis group by datetime;+------------------+| min(`scan_rows`) |+------------------+| 0 |+------------------+KeywordsMIN