STRINGHASH
Description
STRINGHASH
computes a cryptographic hash of a string, encoded using base64 encoding. The returned hash may change in the future.
Supported input column types: STRING
Output column type: STRING
Output Hash Size: Currently 39 characters. Hash quality: 234 bits
Syntax
STRINGHASH ( table.column )
NULL handling
If the value is NULL, the result is NULL as well.
Example
[1] In this example, the STRINGHASH function is applied to some strings: | ||||||||||||||||||||||
| ||||||||||||||||||||||
|