- Overview
- Data types
- Commands
- Functions
- Overview
- Aggregate
- Conditional expression
- Conversion
- Date and time
- Numeric
- String
- Semi-structured data
- Window
- System
On this page
md5
Returns the MD5 digest of a string as lowercase hexadecimal text.
Syntax
md5( <expr> )
Arguments
<expr>
A string expression.
Returns
Returns a string.
Examples
SELECT md5('ScopeDB');