SelectDB Cloud
SQL 手册
SQL 函数
加密和信息摘要函数
SHA

SHA

description

使用SHA1算法对信息进行摘要处理。

Syntax

SHA(str)SHA1(str)

Arguments

  • str: 待加密的内容

example

mysql> select sha("123");
+------------------------------------------+
| sha1('123')                              |
+------------------------------------------+
| 40bd001563085fc35165329ea1ff5c5ecbdbbeef |
+------------------------------------------+
1 row in set (0.13 sec)

keywords

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