MIN

description

Syntax

MIN(expr)

返回expr表达式的最小值

example

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

keywords

MIN