Computes the MD5 hash value of a string.
expression: The string to hash.
Examples
SELECT MD5('Spice') -- 288e0e9ab8b8ac8737afefecf16f61fd
Last updated 1 year ago