SelectDB Cloud
SQL 手册
SQL 函数
字符串函数
random_bytes

random_bytes

description

random_bytes函数用于生成随机字节序列。

Syntax

VARCHAR random_bytes(INT len)

Parameters

  • len: 该参数指定生成的随机字节序列的长度。

example

mysql> select random_bytes(7);
+------------------------------------------------+
| random_bytes(7) |
+------------------------------------------------+
| 0x53edd97401fb6d                               |
+------------------------------------------------+

keywords

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