SelectDB Cloud
SQL 手册
函数
aggregate-functions
MAX

MAX

description

Syntax

MAX(expr)

返回expr表达式的最大值

example

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

keywords

MAX

© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标