Description
Calculates the SHA384 hash of a stringSyntax
SHA384(string_expression)
Examples
SHA384('hello world') returns fdbd8e…8de1bd
Calculate the SHA-384 cryptographic hash of a string value. Use SHA384 for secure hashing and data integrity verification in ETL data pipelines.
SHA384(string_expression)
SHA384('hello world') returns fdbd8e…8de1bd
Was this page helpful?