目录

SQL服务器 ASCII() 函数

示例

返回 "CustomerName" 中第一个字符的 ASCII 值:

SELECT ASCII(CustomerName) AS NumCodeOfFirstChar
FROM Customers;
亲自试一试 »

定义和用法

ASCII() 函数返回特定字符的 ASCII 值。

语法

ASCII( 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

技术细节

工作于: SQL Server(从 2008 年开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库