MD5

Computes the MD5 hash value of a string.

Syntax

MD5(expr varchar) → varchar

  • expression: The string to hash.

Examples

MD5 example
SELECT MD5('Spice')
-- 288e0e9ab8b8ac8737afefecf16f61fd

Last updated