Read a string and return the numbers found in the string:
SELECT Val(PostalCode) FROM Customers;
Try it Yourself »
The Val() function reads a string and returns the numbers found in the string.
Note: This function stops reading once it encounters a NON-numeric character.
Val(
string)
Parameter | Description |
---|---|
string | Required. A string expression |
Works in: | From Access 2000 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!