目录

MS Access Max() 函数

示例

查找 "Products" 表中最昂贵产品的价格:

SELECT Max(Price) AS LargestPrice FROM Products;
亲自试一试 »

定义和用法

Max() 函数返回一组值中的最大值。

笔记:另请参阅最小()功能。

语法

Max( expression)

参数值

Parameter Description
expression Required. A numeric value (can be a field or a formula)

技术细节

工作于: 从 Access 2000