min
expr 式の最小値を返します。
構文
MIN(expr)
例
MySQL > select min(scan_rows)
from log_statis
group by datetime;
+------------------+
| min(`scan_rows`) |
+------------------+
| 0 |
+------------------+
キーワード
MIN
AI generated answers are based on docs and other sources. Please test answers in non-production environments.