返回 "CustomerName" 中第一个字符的 ASCII 值:
SELECT Asc(CustomerName) AS NumCodeOfFirstChar
FROM Customers;
亲自试一试 »
Asc() 函数返回特定字符的 ASCII 值。
Asc(
character)
Parameter | Description |
---|---|
character | Required. The character to return the ASCII value for. If more than one character is entered, it will only return the value for the first character |
工作于: | 从 Access 2000 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!