ReferenceSQL FunctionsAggregateminOn this pagemin Description Returns the minimum value of the expr expression. Syntax MIN(expr) Examples MySQL > select min(scan_rows)from log_statisgroup by datetime;+------------------+| min(`scan_rows`) |+------------------+| 0 |+------------------+ keyword MIN