SQL SyntaxFunctionsTextMD5On this pageMD5MD5 calculates the MD5 hash of a string.SyntaxMD5(text)Parameterstext – The string to hash.ExamplesSELECT MD5('GlueSQL');This returns 4274ecec96f3ee59b51b168dc6137231.NotesMD5 requires exactly one argument.