SQL ManualSQL FunctionsAggregate FunctionsMINOn this pageMINMINβDescriptionβSyntaxβMIN(expr)Returns the minimum value of an expr expressionexampleβMySQL > select min(scan_rows) from log_statis group by datetime;+------------------+| min(`scan_rows`) |+------------------+| 0 |+------------------+keywordsβMIN