BIGINT.
Syntax
Parameters
| Parameter | Description | Supported input type |
|---|---|---|
<expression> | The string to calculate the MD5 hash value on and represent as BIGINT | TEXT |
Return Type
BIGINT
Example
The following example represents the usernameesimpson as a BIGINT:
| username Decimal(38, 0) |
|---|
| 624533696996866075 |
Rows: 1Execution time: 5.42ms