MySQL MAX() 函数
定义和用法
MAX() 函数返回一组值中的最大值。
注意: 另请参阅 MIN() 函数。
语法
MAX(表达式)
参数值
参数 | 描述 |
---|---|
表达式 | 必需。数值(可以是字段或公式) |
技术细节
工作于 | 从 MySQL 4.0 开始 |
---|
MAX() 函数返回一组值中的最大值。
注意: 另请参阅 MIN() 函数。
MAX(表达式)
参数 | 描述 |
---|---|
表达式 | 必需。数值(可以是字段或公式) |
工作于 | 从 MySQL 4.0 开始 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]