DB2 Scalar functions - HASH8
The HASH8 function returns the 64-bit hash of an input string. The function provides 264 distinct return values and is intended for data retrieval (that is, lookups). The result for a particular input string differs depending on the endianness (big-endian or little-endian) of your system.
The schema is SYSIBM.
The data type of the result is BIGINT. If the first argument can be null, the result can be null. If the first argument is null, the result is the null value.
values hash8('Charlie at IBM', 0)