Computes the 256-bit SHA-2 hash value of a string.
expression: The string to hash.
Examples
SELECT SHA256('Spice') -- ffae26c65c486a4d9143cbb1a6829166f17dab711910fdfc5787b1a249bd9921
Last updated 1 year ago