SelectDB Cloud
SQL 手册
函数
string-functions
ascii

ascii

description

Syntax

INT ascii(VARCHAR str)

返回字符串第一个字符对应的 ascii 码

example

mysql> select ascii('1');
+------------+
| ascii('1') |
+------------+
|         49 |
+------------+

mysql> select ascii('234');
+--------------+
| ascii('234') |
+--------------+
|           50 |
+--------------+

keywords

ASCII
© 2023 北京飞轮数据科技有限公司 京ICP备2022004029号 | Apache、Apache Doris 以及相关开源项目名称均为 Apache 基金会商标