MIN

Description

Syntax

MIN(expr)

Returns the minimum value of an expr expression

example

  1. MySQL > select min(scan_rows) from log_statis group by datetime;
  2. +------------------+
  3. | min(`scan_rows`) |
  4. +------------------+
  5. | 0 |
  6. +------------------+

keyword MIN