Description
Calculates the SHA256 hash of a stringSyntax
SHA256(string_expression)
Examples
SHA256('hello world') returns b94d27…efcde9
Calculate the SHA-256 cryptographic hash of a string value. Use SHA256 for secure hashing, data integrity, and token generation in ETL pipelines.
SHA256(string_expression)
SHA256('hello world') returns b94d27…efcde9
Was this page helpful?