Parameter | Type |
---|---|
value_to_hash | any |
Returns: string
Example
query:
SELECT name, SHA384(name)
FROM employees
ORDER BY name
LIMIT 1
results:
name | sha384 |
---|---|
Anna Snelling | b4a9b28d142d91968ca232b95dfca771ee66f99924148b85026dfa686f6288d0edbfa71c98a798fda71e130f48e8f0f8 |