メインコンテンツまでスキップ

max

MAX

説明

expr 式の最大値を返します。

構文

MAX(expr)

MySQL > select max(scan_rows)
from log_statis
group by datetime;
+------------------+
| max(`scan_rows`) |
+------------------+
| 4671587 |
+------------------+

キーワード

MAX