Skip to content

Returns the MD5 hash of multiple strings as a 128-bit numeric value.

func.md5sum_numeric(<str1>[, <str2>, ...])
func.md5sum_numeric('hello')
┌────────────┐
│ (largeint) │
└────────────┘
MD5SUM_NUMERIC(<str1>[, <str2>, ...])
SELECT MD5SUM_NUMERIC('hello');
┌─────────────────────────────────────────┐
268224579284945131320661290344218476706
└─────────────────────────────────────────┘