Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<expression> | The string to hash. | TEXT |
Return Types
- Returns
TEXTwith string input - Returns
NULLif input isNULL
Example
The following example returns the usernameesimpson in hexadecimal:
| username text |
|---|
| c14fa496dfd5ebbb08aaca16a7c2781b |
Rows: 1Execution time: 5.77ms