SQL Server CHAR() 函数
定义和用法
CHAR() 函数返回基于 ASCII 代码的字符。
语法
CHAR(code)
参数值
参数 | 描述 |
---|---|
code | 必需。要返回字符的 ASCII 数字代码 |
技术细节
在以下版本中有效 | SQL Server(从 2008 版开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
CHAR() 函数返回基于 ASCII 代码的字符。
CHAR(code)
参数 | 描述 |
---|---|
code | 必需。要返回字符的 ASCII 数字代码 |
在以下版本中有效 | SQL Server(从 2008 版开始)、Azure SQL 数据库、Azure SQL 数据仓库、并行数据仓库 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]