Return the character based on the number code 65:
SELECT Chr(65) AS CodeToCharacter;
Try it Yourself »
The Chr() function returns the character for the specified ASCII number code.
Chr(
code)
Parameter | Description |
---|---|
code | Required. The ASCII number code to return the character for |
Works in: | From Access 2000 |
---|
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!