Find the price of the cheapest product in the "Products" table:
SELECT Min(Price) AS SmallestPrice FROM Products;
Try it Yourself »
The Min() function returns the minimum value in a set of values.
Note: See also the Max() function.
Min(
expression)
Parameter | Description |
---|---|
expression | Required. A numeric value (can be a field or a formula) |
Works in: | From Access 2000 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!