Applies to: CELONIS 4.5 CELONIS 4.6
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
NULL values: If the value is NULL, the result is NULL
Output Hash Size: Currently 39 characters. Hash quality: 234 bits
STRINGHASH ( table.column )
[1] In this example, the STRINGHASH function is applied to some strings:.
|