SHA384

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.