|| apoc.create.uuidBase64 - APOC 核心文档 - Neo4j 文档

apoc.create.uuidBase64

详情

语法

apoc.create.uuidBase64()

描述

返回一个使用 base64 编码的 UUID。

返回

STRING

使用示例

以下生成一个使用 Base64 编码的新 UUID

RETURN apoc.create.uuidBase64() as output;
结果
输出

"vX8dM5XoSe2ldoc/QzMEyw"

© . This site is unofficial and not affiliated with Neo4j, Inc.