参考手册
参考手册
实例 PostgreSQL 使用 MIN 函数实例
源代码
运行代码
SELECT MIN(price) FROM products;
SELECT MIN(price)
FROM products;
输出结果
min ------ 2.50 (1 row)