The Fix() function returns the integer part of a number.
Fix(
number)
Parameter | Description |
---|---|
number | Required. A numeric value |
Works in: | From Access 2000 |
---|
Return the integer part of the "Price" column:
SELECT Fix(Price) AS FixNum FROM Products;
Try it Yourself »
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!