Skip to main content

Description

Calculates the SHA384 hash of a string

Syntax

SHA384(string_expression)

Examples

SHA384('hello world') returns fdbd8e…8de1bd

Return value datatype

String

Impact of null value

If input is null, returns null.
Last modified on April 20, 2026