SelectDB Cloud
SQL 手册
函数
aggregate-functions
MIN

MIN

description

Syntax

MIN(expr)

返回expr表达式的最小值

example

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

keywords

MIN

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