SQL ManualSQL FunctionsAggregate FunctionsMINOn this pageMINMINDescriptionSyntaxMIN(expr)Returns the minimum value of an expr expressionexampleMySQL > select min(scan_rows) from log_statis group by datetime;+------------------+| min(`scan_rows`) |+------------------+| 0 |+------------------+keywordsMIN