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