Skip to content

Returns the MD5 hash of a string as a 32-character hexadecimal string.

func.md5(<str>)
func.md5('hello')
┌────────────────────────────────────┐
'5d41402abc4b2a76b9719d911017c592'
└────────────────────────────────────┘
MD5(<str>)
SELECT MD5('hello');
┌──────────────────────────────────┐
│ 5d41402abc4b2a76b9719d911017c592 │
└──────────────────────────────────┘