description Computes the MD5 hash value of a string. MD5 Syntax MD5(expr varchar) → varchar expression: The string to hash. Examples {% code title="MD5 example" %} SELECT MD5('Spice') -- 288e0e9ab8b8ac8737afefecf16f61fd {% endcode %}